Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user I want to read a KV from Astral #48

Closed
suprjinx opened this issue Oct 7, 2024 · 1 comment
Closed

As a user I want to read a KV from Astral #48

suprjinx opened this issue Oct 7, 2024 · 1 comment

Comments

@suprjinx
Copy link
Collaborator

suprjinx commented Oct 7, 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)

@dave-gantenbein 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
@GeorgeJahad
Copy link
Collaborator

All that is left here is the work required for: #56

@suprjinx suprjinx closed this as completed Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants