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

[ENHANCEMENT] Enable setting an encryption key to be used to encrypt/decrypt sensitive data #13

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Feb 18, 2024

  1. 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]>
    Gabrielopesantos committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6e6cb19 View commit details
    Browse the repository at this point in the history
  2. Fix errors with names and file paths

    Signed-off-by: Gabriel Santos <[email protected]>
    Gabrielopesantos committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e5c43cb View commit details
    Browse the repository at this point in the history
  3. Remove providers from schema json

    Signed-off-by: Gabriel Santos <[email protected]>
    Gabrielopesantos committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    45de2e2 View commit details
    Browse the repository at this point in the history
  4. Add missing checks to secret to be mount

    Signed-off-by: Gabriel Santos <[email protected]>
    Gabrielopesantos committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    18aaacb View commit details
    Browse the repository at this point in the history
  5. Fix typos in 'if' conditions and move set of encryption_key to its on…

    … block
    
    Signed-off-by: Gabriel Santos <[email protected]>
    Gabrielopesantos committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    209a860 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Remove new line at end of values.yaml

    Signed-off-by: Gabriel Santos <[email protected]>
    Gabrielopesantos committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    29efacc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88edc9b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    84ccd5d View commit details
    Browse the repository at this point in the history