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

Define sensitive configuration and prevent templating #641

Closed
brandtkeller opened this issue Sep 5, 2024 · 1 comment · Fixed by #672
Closed

Define sensitive configuration and prevent templating #641

brandtkeller opened this issue Sep 5, 2024 · 1 comment · Fixed by #672
Assignees
Labels
enhancement New feature or request

Comments

@brandtkeller
Copy link
Member

Is your feature request related to a problem? Please describe.

Any operation that templates a file and writes a new file or logs the operation should prevent templating the sensitive templates while retaining the templates for future utilization.

Describe the solution you'd like

  • Given a template is defined as sensitive
  • When any write operation occurs
  • Then sensitive values are not templated

Describe alternatives you've considered

N/A

Additional context

A template command may have a flag that explicitly allows for templating the sensitive configuration in order to test validity.

Expected Deliverable

Support for handling sensitive templates and configuration data

@brandtkeller brandtkeller added enhancement New feature or request blocked Blocked by other dependencies labels Sep 5, 2024
@github-actions github-actions bot added the triage Awaiting triage from the team label Sep 5, 2024
@brandtkeller
Copy link
Member Author

decomposed from #517

@brandtkeller brandtkeller removed blocked Blocked by other dependencies triage Awaiting triage from the team labels Sep 16, 2024
@meganwolf0 meganwolf0 self-assigned this Sep 17, 2024
@brandtkeller brandtkeller self-assigned this Sep 17, 2024
@meganwolf0 meganwolf0 linked a pull request Sep 20, 2024 that will close this issue
6 tasks
@brandtkeller brandtkeller removed their assignment Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants