Release version
v6.0.1.7
Question Details
Can I use managed Identity with API Ops and avoid a Client Secret with Github? I
Expected behavior
remove the requirement of using a client secret.
Actual behavior
configure github with federated credentials to a user assigned managed identity and allow the token to be passed without the need for client secret.
Reproduction Steps
- deploy user assigned identity
- create federated credential for the API Ops repo. Use a subject for the environment.
- update the extractor pipeline to grab a token from azure.
- pipeline should successfully execute.