How to configure the Controller for multi-tenancy #3176
mike-chen-samsung
started this conversation in
General
Replies: 1 comment 4 replies
-
If you use enterprises, this could work: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The official docs do not address this question https://github.com/actions/actions-runner-controller/blob/master/docs/using-arc-across-organizations.md
When installing the ARC Helm Chart for multitenancy, how should the Controller be configured to auth to multiple Github Orgs given that the Chart only accepts a single set of credentials?
From what I understand, the Org creds are necessary for the controller to know which Runners to scale up, but if it only has access to one org's credentials, it won't know to scale up Runners for the other Orgs that it doesn't have credentials for.
There is some discussion in this thread but the question is ultimately not answered here either: #1832
Beta Was this translation helpful? Give feedback.
All reactions