Skip to content

How to "re-configure cert-manager" to use AAD Workload Identity in deployKF #58

Discussion options

You must be logged in to vote

@edi-bice thank you for reminding me!

To use Azure Workload Identity for cert-manager authentication, we need to add new values that let you set, ServiceAccount LABELS (not annotations) and Pod LABELS.

EDIT: after checking the Azure docs, I think there is a typo in the cert-manager AKS docs, because the required labels/annotations are:

  • Pod - LABEL: azure.workload.identity/use: "true"
  • ServiceAccount - ANNOTATION: azure.workload.identity/client-id: "...."

Currently, we only provide deploykf_dependencies.cert_manager.controller.serviceAccount.annotations, which sets ServiceAccount annotations. It should be relatively straightforward for us to add new values in the next release:

  • deploykf_d…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@thesuperzapper
Comment options

@thesuperzapper
Comment options

@edi-bice
Comment options

@edi-bice
Comment options

@thesuperzapper
Comment options

Answer selected by thesuperzapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants