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 create a key/value pair via Astral #47

Open
suprjinx opened this issue Oct 7, 2024 · 0 comments
Open

As a user, I want to create a key/value pair via Astral #47

suprjinx opened this issue Oct 7, 2024 · 0 comments
Assignees

Comments

@suprjinx
Copy link
Collaborator

suprjinx commented Oct 7, 2024

Given a valid JWT token

When a POST request is sent to /astral/v1/secrets (path TBD)

Then
Create a vault policy for newly created key/value pairs and assign it to the originating user/vault entity such that if they go to vault directly they will have access to the created object.

And
retrun a 201 Created response to the caller

Success criteria: the object created in Astral is available directly in vault

If the JWT is invalid (standard error handling)

If any error response is received from Vault, log the error response from Vault with the request_id to the operational log and pass an error response to the caller with the request id.

@dave-gantenbein dave-gantenbein changed the title create policy for KV, matching user entity As a user, I want to create a key/value pair via Astral Oct 22, 2024
@suprjinx suprjinx self-assigned this Oct 31, 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

1 participant