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

Improve handling of secret variables and files in autoconfig #2141

Closed

Commits on Jan 8, 2024

  1. Improve handling of secret variables and files in autoconfig

    In the recent state, the autoconfig feature required either all database
    secrets to be passed as environment variables, or all to be passed as
    secret files, but didn't allow to use a mix of these variants, e.g.
    passing the database user and name as environment variables, and only
    the password as a file.
    
    This is now fixed and allows working with database values the same way,
    as the Postgres and MySQL/MariaDB images do; with mixed variants also.
    
    Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
    pathob committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    16244a8 View commit details
    Browse the repository at this point in the history