Replies: 2 comments 1 reply
-
|
True, but it is currently acceptable for the state of the API. Bearing in mind that if you are using Netlify or similar you can store the environment variables in their secure systems anyway. If a bad actor has access to your server, the JWT secret is only the start of your problem 🤷♂️ I'll convert this issue into a discussion for now and when the project is more advanced we can look at integrating it. |
Beta Was this translation helpful? Give feedback.
-
|
I have looked at this again, and stil cant see the justification for the extra complexity as the projects stands. However, I have implemented #842 which allows the use of a "Secrets Directory" using the functionality built in to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Storing JWT encryption key on a server, it's not the most secure option. Using a Key Management engine, makes it safer for production setting.
Describe the solution you'd like
Use Hashicorp Vault integration for DB credentials (with auto-rotating), JWT secrets, etc.
Beta Was this translation helpful? Give feedback.
All reactions