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

Ability to decrypt secret into JSON payload #97

Open
mattburchett opened this issue Oct 22, 2022 · 0 comments
Open

Ability to decrypt secret into JSON payload #97

mattburchett opened this issue Oct 22, 2022 · 0 comments
Assignees

Comments

@mattburchett
Copy link
Collaborator

Now that we have the ability to submit secrets via JSON payloads, we should be
able to also decrypt a secret via a JSON payload.

My thought is to send a payload of something like this:

{
	"key": "abcdefg1234567890",
	"message": "Foobar"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants