Skip to content

Commit

Permalink
updating policy to remove node and change session permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Krausen committed Jul 13, 2023
1 parent 073aac2 commit aca98c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vault/consul_acls/vault_service_policy.hcl
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
key_prefix "vault/" {
policy = "write"
}
node_prefix "" {
policy = "write"
}
service "vault" {
policy = "write"
}
agent_prefix "" {
policy = "write"
}
session_prefix "" {
policy = "write"
policy = "read"
}

0 comments on commit aca98c4

Please sign in to comment.