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

SOPS: Add support for HashiCorp Vault token-based authentication #538

Merged
merged 1 commit into from
Jan 20, 2022

Commits on Jan 19, 2022

  1. add native support for sops decryption/encryption with Vault

    If implemented, the kustomize controller will be able to retrieve a
    secret containing a VAULT TOKEN and use it to decrypt the sops encrypted
    master key. It will then use it to decrypt the data key and finally use the data
    key to decrypt the final data.
    
    Signed-off-by: Soule BA <bah.soule@gmail.com>
    souleb committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c579e71 View commit details
    Browse the repository at this point in the history