Tuesday, August 29, 2023

Install Vault and Manage Secrets

 


Bankwest shut senior leaders in a vault to agree on agile

Vault

Download Vault from Hashicorp



Unzip the vault zip file


Run the vault and test


Start a Dev server




Now that the server is started, open a new Terminal and run the following commands. Save the "Unseal Key" and "Root Token"

Export VAULT_ADDR and VAULT_DEV_ROOT_TOKEN_ID and then run the vault status command


Create a Secret



Get a secret



Delete a secret



Now run get command and you don't see weblogic entry


PS: Development mode should not be used in production installations