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

New --expose-secrets option plus SECRET_OUTPUT_DEV #3006

Merged
merged 4 commits into from
Jun 15, 2023

Commits on Jun 6, 2023

  1. New --expose-secrets option plus SECRET_OUTPUT_DEV

    In sbin/rear added --expose-secrets option
    and SECRET_OUTPUT_DEV, see
    #2967
    jsmeix committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2277572 View commit details
    Browse the repository at this point in the history
  2. Update _input-output-functions.sh

    Added LogSecret function
    jsmeix committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    49e4388 View commit details
    Browse the repository at this point in the history
  3. Update _input-output-functions.sh

    Let the LogSecret function return a non-zero exit code
    when EXPOSE_SECRETS is not set which can be used
    to log a generic fallback message, see
    #3006 (comment)
    jsmeix committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    68d5fb8 View commit details
    Browse the repository at this point in the history
  4. Update rear

    Better readable comment
    jsmeix committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a61531a View commit details
    Browse the repository at this point in the history