Select to view content in your preferred language

azure identity, azure keyvault secret

139
1
a month ago
Status: Closed
Labels (2)
VidyaSagarGurung
Emerging Contributor

Credentials for user accounts are stored in Azure Keyvault and are accessed during runtime using. There is need to separately install the azure-identity and azure-keyvault-secrets module into cloned Python environment.

It would be convenient if these libraries were included in te default Python environment of ArcGIS Pro and ArcGIS Server. This would be helpful in organisations with strict security policies.

1 Comment
AndrewChapkowski
Status changed to: Closed

After you clone the environment, you can use pip  install <package name> or conda install <package name> to install the packages you need.