-
Notifications
You must be signed in to change notification settings - Fork 553
feat: encryption for db credentials #6852
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
Conversation
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
|
Some linked issues are invalid. Please update the issue links:\nIssue # in is not found or invalid (HTTP }404).\n |
|
Bito Review Skipped - No Changes Detected |
|
|
Bito Review Skipped - No Changes Detected |


Description
Fixes https://github.com/devtron-labs/sprint-tasks/issues/2600
Checklist:
Does this PR introduce a user-facing change?
Summary by Bito
This pull request significantly enhances the security of database credentials by implementing encryption for sensitive fields such as passwords and access tokens across various components. Key changes include the addition of a securestore dependency and updates to multiple files to ensure sensitive information is securely handled and stored. Overall, this update aims to prevent exposure of sensitive data and improve the application's security posture.