Skip to content

Feature: Support login with OpenID Connect (OIDC) and managed identity. #71

@FallenHoot

Description

@FallenHoot

Currently this workload wants to reference Service Principal, but the newish standard is to actually use OpenID Connect (OIDC) and managed identity. https://github.com/Azure/login#login-with-openid-connect-oidc-recommended

Currently the MLOps_v2 calls back for

secrets:
      creds:

Doesn't allow you to use OIDC

          client-id: ${{ secrets.AZURE_CLIENT_ID }}
          tenant-id: ${{ secrets.AZURE_TENANT_ID }}
          subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

Metadata

Metadata

Assignees

Labels

💎enhancementNew feature or request📑documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions