How to use same controller to connect to two Orgs #3567
Replies: 1 comment
-
Reinstalled the controller with PAT secret to enterprise |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a controller and two listeners are connected to one org, and I like to add one more scaleset listener to connect to another org in the same enterprise. how the auth would work in this case?
Currently I am using github app to authenticate to single org.
Steps taken,
Tried enterprise url but the API only looking to get registration token from Org
Tried changing the
githubConfigSecret:
to a PAT token but the deployment still using the old github app token. do I need to recreate CRDs ?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions