Add attended Whitehat E2 credential projection
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02669-87ee-7a31-b111-edc95a16e0fa
This commit is contained in:
parent
ab7dee5382
commit
864cc20b96
7 changed files with 672 additions and 1 deletions
20
openbao/policies/external-secrets-whitehat-audit-e2.hcl
Normal file
20
openbao/policies/external-secrets-whitehat-audit-e2.hcl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Ephemeral read policy for WH-ENG-20260822-AUDIT-E2-01.
|
||||
#
|
||||
# The External Secrets Operator may read exactly two per-engagement values.
|
||||
# It cannot read the audit-core sender registry or any other engagement path.
|
||||
|
||||
path "platform/data/engagements/WH-ENG-20260822-AUDIT-E2-01/audit-core/token-a" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
path "platform/metadata/engagements/WH-ENG-20260822-AUDIT-E2-01/audit-core/token-a" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
path "platform/data/engagements/WH-ENG-20260822-AUDIT-E2-01/audit-core/token-b" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
path "platform/metadata/engagements/WH-ENG-20260822-AUDIT-E2-01/audit-core/token-b" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue