Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stenio123 committed Aug 27, 2018
1 parent 9ca4dd8 commit 4dbebde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets/azure-secret/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Now on Vault:
curl --header "X-Vault-Token: $VAULT_TOKEN" --request POST --data @payload.json $VAULT_ADDR/v1/azure/roles/test-role
# Create user and retrieve creds
curl --header "X-Vault-Token: $VAULT_TOKEN" --request GET $VAULT_ADDR/v1/azure/roles/test-role
curl --header "X-Vault-Token: $VAULT_TOKEN" --request GET $VAULT_ADDR/v1/azure/creds/test-role
# Output
{
Expand Down

0 comments on commit 4dbebde

Please sign in to comment.