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 for overwrite-mode #2

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Add support for overwrite-mode #2

merged 2 commits into from
Aug 21, 2023

Conversation

jromero-pg
Copy link

@jromero-pg jromero-pg commented Feb 8, 2023

Summary

Allow for environment variables/secrets to be overwritten.

We need the ability to overwrite secrets since we use an "overlay" strategy when applying secrets for specific environments.

Details

From README:


  • overwrite-mode

    (Optional - default error) By default, the action prevents overwriting secrets.

    The following modes are supported:

    • error - Error when a secret is already set.
    • warn - Warn when a secret is overwritten.
    • silent - Allow for secrets to be overwritten silently.​

Dependencies

Blocked by #1

@jromero-pg jromero-pg changed the base branch from feat/custom-prefixing to paragon February 8, 2023 20:35
@jromero-pg jromero-pg changed the title (DO NOT MERGE) Add support for overwrite-mode Add support for overwrite-mode Feb 8, 2023
@jromero-pg jromero-pg marked this pull request as ready for review February 8, 2023 20:35
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.

@jromero-pg jromero-pg merged commit a41b3dc into paragon Aug 21, 2023
@jromero-pg jromero-pg deleted the feat/override-mode 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