Hi all,
I am new to this… very very new.
So my structure of the vault is as follows - it is all in one namespace btw.
Product (A)
| |_Infrastructure
| | |_Secrets
| | |_more secrets
| | |_etc
| |_App
| | |_Secrets
| | |_more secrets
| | |_etc
Product (B)
| |_etc
Currently I have oidc enabled on vault and one of the personas is secrets officer - the point of which is to enable different specified users to self administer (but not update the paths) of the different product paths.
Is the only way that I can do this is to have an AD group that is respectively:
|AD Group | OIDC Access Name | Policy
Secrets Officer Product A | Secret Officer A | Policy for Secret officer A
Secrets Officer Product B | Secret Officer B | Policy for Secret officer B
Or is there something more intelligent that can be done with the policy that looks at the AD group name and determines whether you are a secret officer with the ability to look at product a or b? (Otherwise i have to copy and paste policies each time a new product is added).
Sorry - my table formatting hasn’t worked