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

Encryption of Username and Password #70

Open
FarhanJamil opened this issue Aug 22, 2023 · 1 comment
Open

Encryption of Username and Password #70

FarhanJamil opened this issue Aug 22, 2023 · 1 comment

Comments

@FarhanJamil
Copy link

The existing configuration file currently retains configuration information, including usernames and passwords, in an unencrypted plain text format, thereby exposing potential security vulnerabilities. To mitigate these risks, the proposal is to implement encryption for the configuration file contents mainly the password.

@kyleprice
Copy link

Have you tried implementing this with kubernetes secrets? The config can be changed from a config map to a secret on a k8s cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants