mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 07:01:09 +02:00
Merge pull request #85 from tpounds/fix-doc-typo
Fix documentation typo.
This commit is contained in:
commit
ee5dfccdd1
@ -112,9 +112,9 @@ generated by an operator and configured into the backend. The ID itself
|
|||||||
is usually a UUID, but any hard-to-guess unique value can be used.
|
is usually a UUID, but any hard-to-guess unique value can be used.
|
||||||
|
|
||||||
After creating app IDs, an operator authorizes a fixed set of user IDs
|
After creating app IDs, an operator authorizes a fixed set of user IDs
|
||||||
with each app ID. When the valid {app ID, user ID} set is tuple is given
|
with each app ID. When a valid {app ID, user ID} tuple is given to the
|
||||||
to the "login" path, then the user is authenticated with the configured
|
"login" path, then the user is authenticated with the configured app
|
||||||
app ID policies.
|
ID policies.
|
||||||
|
|
||||||
The user ID can be any value (just like the app ID), however it is
|
The user ID can be any value (just like the app ID), however it is
|
||||||
generally a value unique to a machine, such as a MAC address or instance ID,
|
generally a value unique to a machine, such as a MAC address or instance ID,
|
||||||
|
@ -50,9 +50,9 @@ generated by an operator and configured into the backend. The ID itself
|
|||||||
is usually a UUID, but any hard-to-guess unique value can be used.
|
is usually a UUID, but any hard-to-guess unique value can be used.
|
||||||
|
|
||||||
After creating app IDs, an operator authorizes a fixed set of user IDs
|
After creating app IDs, an operator authorizes a fixed set of user IDs
|
||||||
with each app ID. When the valid {app ID, user ID} set is tuple is given
|
with each app ID. When a valid {app ID, user ID} tuple is given to the
|
||||||
to the "login" path, then the user is authenticated with the configured
|
"login" path, then the user is authenticated with the configured app
|
||||||
app ID policies.
|
ID policies.
|
||||||
|
|
||||||
The user ID can be any value (just like the app ID), however it is
|
The user ID can be any value (just like the app ID), however it is
|
||||||
generally a value unique to a machine, such as a MAC address or instance ID,
|
generally a value unique to a machine, such as a MAC address or instance ID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user