Mostly just some documentation changes
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 5s
All checks were successful
Build and deploy Bridgeman Accessible Hashicorp Vault Implementation / deploy (push) Successful in 5s
This commit is contained in:
parent
b42590d19e
commit
42343bbad7
2 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ This augments the standard Hashicorp Vault image in 2 main ways:
|
|||
First, you need to clone the repostiory:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/...
|
||||
git clone https://git.bridgemanaccessible.ca/...
|
||||
```
|
||||
|
||||
Next, you'll need to create a/the `.env` file (you can use the `.env.example` as a template)
|
||||
|
|
@ -27,7 +27,7 @@ For the purposes of this piece there are two types of volumes:
|
|||
- [Host Mounted Volumes](#host-mounted-volumes)
|
||||
- [Shared Volumes](#shared-volumes)
|
||||
|
||||
These are detailed bleow
|
||||
These are detailed below
|
||||
|
||||
### Host Mounted Volumes
|
||||
There are a number of volumes used that are intended to be mounted within the host system.
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ start_and_wait_for_vault() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Function to initialize vault (inculding creating the root token and unseal keys)
|
||||
# Function to initialize vault (including creating the root token and unseal keys)
|
||||
#init_vault() {
|
||||
# echo "*----------------------*"
|
||||
# echo "| Initialization Vault |"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue