Runner serviceaccount in order to use AD workload identity #2672
Replies: 1 comment
-
mistake was on my side |
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.
-
Hi all,
I am trying to switch from AAD pod identity to AD workload identity to enable authentication for specific azure resources on runner level without the need to store auth informations inside actions.
In order to make that work, runner pods need a custom serviceaccount that's linked with a federated identity. But when I try to add one to my RunnerDeployment, I get an error in the controller:
serviceaccount "basic-arc" not found
Seems like the controller has no access to the serviceaccount in other namespaces. Is there any way to solve this?
Here is my RunnerDeployment setup:
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions