Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Azure Workload Identity #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EppO
Copy link

@EppO EppO commented Dec 11, 2023

Another take based on robusta-dev/robusta#975

@EppO
Copy link
Author

EppO commented Dec 13, 2023

To test it you need to follow this guide: https://learn.microsoft.com/en-us/azure/aks/workload-identity-deploy-cluster

In a nutshell:

  1. Create a Managed Identity
  2. Assign the appropriate permissions to the Managed Identity on the Azure Resource
  3. Create a Service Account
  4. Federate the Managed Identity with the Service Account
  5. Add the Managed Identity's client ID to the Service Account's annotations and azure.workload.identity/use: "true" label to the Pod spec.

@pavangudiwada
Copy link

Hi @EppO, thanks for the PR, I'm working on testing this PR. Do you have a test file used to test this? Also can you please update the docs in the README about how to use this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants