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

Add support to skip masking for specific env vars, numeric, or specific values #3

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

jromero-pg
Copy link

@jromero-pg jromero-pg commented Aug 18, 2023

Summary

Add support to skip masking for specific env vars, numeric values, or specific values.

Details

From README:


  • public-env-vars

    (Optional) Treat specific secrets as standard environment variables (unmasked).

    The value of this option should be a list of environment variable names as ultimately resolved.

  • public-numerics

    (Optional - default false) Treat numeric secrets as standard environment variables (unmasked).

    Set public-numerics to true to prevent numeric values from being masked.

  • public-values

    (Optional) Treat specific values as standard environment variables (unmasked).


Dependencies

Blocked by #2

@jromero-pg jromero-pg changed the title Add support to skip masking for explicit env vars and/or numeric values Add support to skip masking for specific env vars, numeric, or specific values Aug 18, 2023
Copy link

@tedparagon tedparagon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Base automatically changed from feat/override-mode to paragon August 21, 2023 18:36
@jromero-pg jromero-pg merged commit 11cae0c into paragon Aug 21, 2023
@jromero-pg jromero-pg deleted the feat/public-env-vars branch August 21, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants