Forum Discussion
dolphinantonym
1 year agoHelper I
Using Key Vault secrets in Notebooks from Workspace identities
My Workspace has an identity that is allowed to access a Key Vault that contains secrets for accessing an API. When I try and access the secret from Notebooks (using notebookutils.credentials.get...
spaceman127
1 year agoSuper User
Hello dolphinantonym ,
Currently, notebook identities are not yet supported for retrieving secrets from a key vault. Only the user identity running the notebook is currently supported for retrieving secrets.
If you want to be able to access your secrets, your executing user must have permission to access the Key Vault.
Unfortunately, this is still a limitation.
I hope that this will happen soon.
Edit: Here you can find documentation on what the workspace identity can be used for.
https://learn.microsoft.com/en-us/fabric/security/workspace-identity-authenticate?OR=OfficeMobile
Best regards