Secrets Creation in Hashcorp Vault
Hashcorp vault is the inbuilt feature of K8s to store secrets. Below are the simple steps to create the secrets in the vault.
- Login to to vault uisng the ADM Account.
https://vault.maersk-digital.net/ui/vault/secrets
-
Navigate to the namespace folder specific to the application.
-
Navigate to the below Path
opsmdm-kv/list/readable/app/cdt/westeurope/database/
-
Select the Create Secret in the right Corner
-
Enter the Key and Vaule then save it
-
The Path of the created secret should be entered in the Flux repo. Then these values will be fetched during the deployments and application startup.
Was this page helpful?