### 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 1. deploy user assigned identity 2. create federated credential for the API Ops repo. Use a subject for the environment. 3. update the extractor pipeline to grab a token from azure. 4. pipeline should successfully execute.