Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] - Add docs example for how to use Azure workload_identity #461

Open
1 task done
Adam-D-Lewis opened this issue May 17, 2024 · 1 comment
Open
1 task done

Comments

@Adam-D-Lewis
Copy link
Member

Adam-D-Lewis commented May 17, 2024

Preliminary Checks

Summary

I recently added a PR to add workload identity to Azure. I built an mlflow plugin that uses it to give a mlflow pod access to an azure blob storage bucket with minimal credential setup. Azure Workload Identity allows us to tie a k8S service account to a Azure managed identity so we can get managed identity credentials into a pod simply by adding a label and service account to the pod and an annotation on the service account.

The steps are roughly:

Steps to Resolve this Issue

Add docs and example

@viniciusdc
Copy link
Contributor

Great! Thanks @Adam-D-Lewis 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo 📬
Development

No branches or pull requests

2 participants