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

[events] Retain Secret values. #9351

Merged
merged 4 commits into from Apr 6, 2022
Merged

Commits on Apr 5, 2022

  1. [events] Retain Secret values.

    Instead of replacing `Secret` values with the text `[secret]`, retain
    the `Secret` value and replace its element with the text `[secret]`.
    This allows downstream consumers (e.g. the CLI's diff renderer) to
    understand that the contents of the value is secret if necessary.
    pgavlin committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    426de9a View commit details
    Browse the repository at this point in the history
  2. lint

    pgavlin committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    377ce41 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    4bcd4a2 View commit details
    Browse the repository at this point in the history
  2. CL

    pgavlin committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    c2c1de6 View commit details
    Browse the repository at this point in the history