Skip to content

Commit

Permalink
cloudrun identity should only need to read
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 13, 2025
1 parent cf41dd1 commit fd6d854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policies/gcp-kv1.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
path "secret/{{identity.entity.metadata.project_id}}/*" {
capabilities = ["create", "read", "update", "delete", "list"]
capabilities = ["read", "list"]
}

0 comments on commit fd6d854

Please sign in to comment.