Add client_jwt as variable to templates using azure-arm builder #8527
Replies: 2 comments 3 replies
-
I have since created a PR for this which unfortunately was rejected because of "lack of interest in OIDC authentication". I personally believe that this way of authentication is the way forward. I would like to encourage anyone to express their opinion on this matter. |
Beta Was this translation helpful? Give feedback.
-
Completely agree. OIDC is a safer authentication mechanism and requires less administrative overhead because we no longer need to manage service principal credentials and their rotation. This absolutely seems to be the direction Microsoft are suggesting Azure DevOps users move in, so would expect to see it available here as an option. Thanks for the PR though @Triodes. I've incorporated your changes into my code. |
Beta Was this translation helpful? Give feedback.
-
With increasing support for using identity federation (for example in Github actions and Azure devops) and the newly built in support for OIDC in the azure packer plugin I think it would make sense to add
client_jwt
as a variable to the templates using this builder.If there is support for this idea I'm willing to make a PR for the templates involved.
Aron
Beta Was this translation helpful? Give feedback.
All reactions