Uploaded image for project: 'Red Hat Internal Developer Platform'
  1. Red Hat Internal Developer Platform
  2. RHIDP-3668

[RFE]Need To Be Able to use multiple auth providers for github type of authentication, so that github enterprise and github cloud can be utilised

Prepare for Y ReleasePrepare for Z ReleaseRemove QuarterXMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • 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
      ~~~

              Unassigned Unassigned
              rhn-support-asaji Anu Saji
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: