Forum Discussion
Secure Key Vault access without Workspace Identity
- 2 years ago
Perhaps you can use this:
https://learn.microsoft.com/en-us/fabric/data-engineering/notebook-utilities#credentials-utilities
That's good news! Should then work ask hoped for/expected. I'll give it a try.
Hi Eddykleinjan
The F64+ requirement is no longer valid. You can now create up to 1,000 workspace identities.
Important: Currently, authentication with workspace identities, specifically for Key Vault, is not available.
Interestingly, if you have access to Key Vault with your domain account and run the notebook using the same account, you will be able to access the Key Vault secrets. You can use mssparkutils for this.
Additionally, you can create a Spark job definition using the same code (as mentioned in point 3). If you schedule and run it, it will work, using your account for authentication.
For now, managed/workspace identity authentication for Key Vault is not functioning.
Anonymous