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
When the user wants to retrieve a secret from Vault via Astral
the user calls GET against /astral/v1/secrets
and
we validate the supplied token against the policies in Vault (which we should have in memory already, see story #56)
Then
we return a response to the user with the requested secret (abstracted view details see story #57)
The text was updated successfully, but these errors were encountered:
dave-gantenbein
changed the title
check policy for KV, matching user entity
As a user I want to read a KV from Astral
Oct 22, 2024
Given a user with a JWT
When the user wants to retrieve a secret from Vault via Astral
the user calls GET against /astral/v1/secrets
and
we validate the supplied token against the policies in Vault (which we should have in memory already, see story #56)
Then
we return a response to the user with the requested secret (abstracted view details see story #57)
The text was updated successfully, but these errors were encountered: