docs(policies): Clarify that policies are assigned to group administrators

This commit is contained in:
hygienic-books 2022-06-06 23:36:50 +02:00
parent 289e05b6b3
commit c97ba882be

View File

@ -21,7 +21,7 @@ Refer to [config/vault.hcl](config/vault.hcl) for content.
Once Vault's initialized and with your `root` token in hand log in via the `token` auth method, make the following changes:
* Add policies from [policies](policies) subdirectory into Vault
* Create group `administrators`
* Assign policies `administrator` and `auditor`
* Assign policies `administrator` and `auditor` to that group
* Create one entity to represent yourself as an administrator
* Create on alias assigned to that entity for you to use as a username
* Enable auth menthod `userpass`