Fix two errors in docs (#5042)

Two small errors in documentation
This commit is contained in:
Olivier Lemasle 2018-08-03 23:26:46 +02:00 committed by Jim Kalafut
parent 4bdbc820ed
commit fcb82c2444
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ $ curl \
--header "X-Vault-Token: ..." \
--request POST \
--data @payload.json \
https://127.0.0.1:8200/v1/auth/azure/config
https://127.0.0.1:8200/v1/auth/jwt/config
```
# Read Config

View file

@ -138,6 +138,6 @@ this model can be applied regardless of where the applications are running.
When a [platform integration](#platform-integration) is available that should be
preferred, as it is generally the simpler solution and works independent of the
orchestration mechanism. For a [trusted orchestrator](#platform-integration),
orchestration mechanism. For a [trusted orchestrator](#trusted-orchestrator),
specific documentation for that orchestrator should be consulted on Vault
integration.