You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because Astral communicates with Vault using it's own identity token, we need to verify the upstream user identity has rights to read a secret.
fetch policies for the upstream user
validate that the KV policy is possessed by the user
For the MVP, the KV policy will be unique for each secret and only granted to the identity that created the secret. However, we will probably need to use groups in a future story.
The text was updated successfully, but these errors were encountered:
Because Astral communicates with Vault using it's own identity token, we need to verify the upstream user identity has rights to read a secret.
For the MVP, the KV policy will be unique for each secret and only granted to the identity that created the secret. However, we will probably need to use groups in a future story.
The text was updated successfully, but these errors were encountered: