From c97ba882be65a8a5559ea5bdadc86411595942f4 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 6 Jun 2022 23:36:50 +0200 Subject: [PATCH] docs(policies): Clarify that policies are assigned to group administrators --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28f7400..4f12a94 100644 --- a/README.md +++ b/README.md @@ -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`