-
Notifications
You must be signed in to change notification settings - Fork 505
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
Encrypted metadata #1678
Comments
@chronark, this could be divided into two parts: |
why "unsafe" over "encrypted"? |
Really, "encrypted" is better |
@chronark So basically we need to add it in both the unkey SDK and the platform toggle button to encrypt it. Am I right? |
So if I am right we need to add one more toggle button here saying "Encrypt Metadata". Also similar thing for the SDK
|
I'd prefer a second card entirely |
Preliminary Checks
I have reviewed https://unkey.com/docs for existing features that would solve my problem
I have searched for existing feature requests: https://github.com/unkeyed/unkey/issues
This issue is not a question, general help request, or anything other than a feature request directly related to Unkey. Please ask questions in our Discord community: https://unkey.com/discord.
Is your feature request related to a problem? Please describe.
Currently
meta
data is not encrypted and stores as plain text in the db, which is not suitable to store PII or other secrets.Describe the solution
I have 2 ideas for this:
meta
fieldencryptedMeta
field that can be used alongside the originalmeta
, similar to how clerk has private and public metadataDescribe alternatives you have considered (if any)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: