Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -206,10 +206,10 @@ Depending on what is available in your docker image, you may request the service You might want to test/debug whether you have the right secret ID, role ID, secret path, secret key or so. You may either use a remote Vault server, or run one locally using the [Vault Docker image](https://hub.docker.com/_/vault) in dev mode on port 8200, specifying the root token value: [Vault Docker image](https://hub.docker.com/r/hashicorp/vault) in dev mode on port 8200, specifying the root token value: ```bash docker run -d -p 8200:8200 --env VAULT_DEV_ROOT_TOKEN_ID=dev-token vault docker run -d -p 8200:8200 --env VAULT_DEV_ROOT_TOKEN_ID=dev-token hashicorp/vault ``` Then run the Vault Secrets Provider Docker image: Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -206,10 +206,10 @@ Depending on what is available in your docker image, you may request the service You might want to test/debug whether you have the right secret ID, role ID, secret path, secret key or so. You may either use a remote Vault server, or run one locally using the [Vault Docker image](https://hub.docker.com/_/vault) in dev mode on port 8200, specifying the root token value: [Vault Docker image](https://hub.docker.com/r/hashicorp/vault) in dev mode on port 8200, specifying the root token value: ```bash docker run -d -p 8200:8200 --env VAULT_DEV_ROOT_TOKEN_ID=dev-token vault docker run -d -p 8200:8200 --env VAULT_DEV_ROOT_TOKEN_ID=dev-token hashicorp/vault ``` Then run the Vault Secrets Provider Docker image: Loading