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

Azure DNS Documentation Update #1609

Open
georgeflug opened this issue Dec 4, 2024 · 2 comments
Open

Azure DNS Documentation Update #1609

georgeflug opened this issue Dec 4, 2024 · 2 comments

Comments

@georgeflug
Copy link

Just wanted to bring to your attention that the instructions for setting up Azure DNS using an AAD Workload Identity are incorrect. The documentation specifies the wrong labels for the service account. Instead of

serviceAccount:
  labels:
    azure.workload.identity/use: "true"

it should be

serviceAccount:
  labels:
    azure.workload.identity/client-id: $IDENTITY_CLIENT_ID

For reference:

@lunarwhite
Copy link
Contributor

Hi @georgeflug, I think simply removing the serviceAccount stanza should be sufficient? I'm referring Azure/azure-workload-identity#860.

   # values.yaml
   podLabels:
     azure.workload.identity/use: "true"
-- serviceAccount:
--   labels:
--     azure.workload.identity/use: "true"

BTW, the azure.workload.identity/client-id you mentioned is an annotation, rather than a label.

@georgeflug
Copy link
Author

@lunarwhite Great catch, yes that is all correct. Removing the serviceAccount section entirely is sufficient, and the key/value was an annotation, not a label.

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

No branches or pull requests

2 participants