nebari-dev / nebari-docs

📖 Documentation for Nebari
https://www.nebari.dev
BSD 3-Clause "New" or "Revised" License
14 stars 29 forks source link

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

Open Adam-D-Lewis opened 4 months ago

Adam-D-Lewis commented 4 months ago

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 commented 4 months ago

Great! Thanks @Adam-D-Lewis :rocket: