-
Feature Request
-
Resolution: Done
-
Undefined
-
None
-
1.2
-
False
-
-
False
-
-
Description of problem:
per cu. ~~~ When configuring auth providers for github in the app-config.yaml, we need to be able to provide multiple github providers so that github-enterprise and github cloud can be used simultaneously auth: environment: development providers: github-cloud: development: clientId: ${GITHUB_CLOUD_CLIENT_ID} clientSecret: ${GITHUB_CLOUD_CLIENT_SECRET} github: development: clientId: ${GITHUB_CLIENT_ID} clientSecret: ${GITHUB_CLIENT_SECRET} enterpriseInstanceUrl: https://github.company.com This is possible by updating the app and adding our version of auth providers by implementing them. Since we wont be able to update the app code, we need a way forward for achieving this Define the value or impact to you or the business since there is a dependency to use both the providers this will impact the functionality of plugins reading from the providers ~~~