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

Support reading secrets from a separate config file #487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 7, 2022

  1. Support reading secrets from a separate config file

    Users can specify a new overlay config file. This file can contain
    secrets. The file is specified in two ways:
    
    - VOUCH_SECRETS_FILE env var: path of the overlay config file
    
    - CREDENTIALS_DIRECTORY env var that contains a file called
      VOUCH_SECRETS_FILE. This can be used with systemd LoadCredential.
    squalus committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    2575e30 View commit details
    Browse the repository at this point in the history