/
Keeping secrets
Keeping secrets
Requirement
It is necessary to manage machine passwords without publishing them in version control.
Azure
Azure provides key vaults as a mechanism to solve this problem. They are compatible with ARM templates. A quick guide is provided here:
Note that OpenSSL is only used to generate a random password.
These secrets can be read from the azure portal by those who have permissions.
Home > TC-Script-ArcGIS-RG > EgisKeyVault - Secrets >vmAdminPassword
Resource Groups
The initial approach will be to create the key vault manually and reference it in ARM template builds. This means a persistent resource group must be maintained to host the key vault outside of the many EGIS Instances.
, multiple selections available,
Related content
Store and Retrieve Secrets using Azure Key Vault
Store and Retrieve Secrets using Azure Key Vault
More like this
Development Pipelines
Development Pipelines
More like this
Site backup and recovery
Site backup and recovery
More like this
How to setup azure repos with VS code?
How to setup azure repos with VS code?
More like this
Python Function Apps
Python Function Apps
More like this