Is your feature request related to a problem? Please describe.
I like to change from basic http authentication to workload identity authentication for git if using a repository on dev.azure.com. This avoids frequent password changes.
Describe the solution you'd like
cloud:
config:
server:
git:
uri: https://dev.azure.com/tenant/repo
client-id: ${client-id}
managed-identity-enabled: true
Is your feature request related to a problem? Please describe.
I like to change from basic http authentication to workload identity authentication for git if using a repository on dev.azure.com. This avoids frequent password changes.
Describe the solution you'd like
cloud:
config:
server:
git:
uri: https://dev.azure.com/tenant/repo
client-id: ${client-id}
managed-identity-enabled: true