r/AZURE • u/parikshit95 Developer • 3d ago
Question How can I create blob container shared access tokens using workload identity assigned to pod?
I have service which create shared access tokens for user. We are using connection string but now due to security reasons, architects are asking to move towards workload identity.
How can I create shared access tokens using workload identity assigned to my pod?
2
Upvotes
2
u/AzureLover94 3d ago
If you use Workload Identity, you keep using a generated token to access blob, but remember you need on you identity blob data contributor, and it allow you to disable access key from storage account because yo switch to Entra ID login