Merge pull request #241 from abedra/doc_fixes

Fix typo in app-id docs
This commit is contained in:
Armon Dadgar 2015-05-20 12:27:09 -07:00
commit a7b1ec6592
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ $ vault write auth/app-id/map/user-id/bar value=foo cidr_block=10.0.0.0/16
The above creates an App ID "foo" that associates with the policy "root".
The `display_name` sets the display name for audit logs and secrets.
Next, we configure the user ID "bar" and say that the user ID bar
can be paired with "foo" but only in client is in the "10.0.0.0/16" CIDR block.
can be paired with "foo" but only if the client is in the "10.0.0.0/16" CIDR block.
The `cidr_block` configuration is optional.
This means that if a client authenticates and provide both "foo" and "bar",