Azure / Azure/mlops-templates

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

Open
#71 0 comments 0 reactions 1 assignee Claimed by @setuc View on GitHub
💎enhancement 📑documentation
Dominant language
Python
Stars
143
Forks
808
PR merge metrics
No merged PRs in 30d

Description

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 }}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.