-
Couldn't load subscription status.
- Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
One thing that came to me while driving today is storing secrets (passwords, api keys, cryptographic keys and the like).
There are a few things I can see with those:
- we may want to be able to mask them in a stream (for example for an open API)
- we may want to store and / or stream them as encrypted text
- we may want to have an API function to access them only if authenticated
Being able to store things like keys and passwords and keys in a safe manner might be a most interesting feature, as key handling is cumbersome or insecure today.
I'm not quite sure how we'll safely handle decryption, though. In the end, some root key/password will have to be baked in to the application.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request