-
Notifications
You must be signed in to change notification settings - Fork 9
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
[ENHANCEMENT] Enable setting an encryption key to be used to encrypt/decrypt sensitive data #13
base: main
Are you sure you want to change the base?
Commits on Feb 18, 2024
-
Support encryption_key and encryption_key_file values being set
encryption key is loaded as a env var or file depending if encryption_key_file is set or not Signed-off-by: Gabriel Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e6cb19 - Browse repository at this point
Copy the full SHA 6e6cb19View commit details -
Fix errors with names and file paths
Signed-off-by: Gabriel Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5c43cb - Browse repository at this point
Copy the full SHA e5c43cbView commit details -
Remove providers from schema json
Signed-off-by: Gabriel Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45de2e2 - Browse repository at this point
Copy the full SHA 45de2e2View commit details -
Add missing checks to secret to be mount
Signed-off-by: Gabriel Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18aaacb - Browse repository at this point
Copy the full SHA 18aaacbView commit details -
Fix typos in 'if' conditions and move set of encryption_key to its on…
… block Signed-off-by: Gabriel Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 209a860 - Browse repository at this point
Copy the full SHA 209a860View commit details
Commits on Feb 26, 2024
-
Remove new line at end of values.yaml
Signed-off-by: Gabriel Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29efacc - Browse repository at this point
Copy the full SHA 29efaccView commit details -
Add encryption key fields with an empty string to values.yaml
Signed-off-by: Gabriel Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88edc9b - Browse repository at this point
Copy the full SHA 88edc9bView commit details
Commits on Apr 25, 2024
-
Enable using an existing secret with to enable encryption of sensitive
data Signed-off-by: Gabriel Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84ccd5d - Browse repository at this point
Copy the full SHA 84ccd5dView commit details