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

Automatically add the required pre-delete hooks for referenced required secrets #65

Open
ulucinar opened this issue Jan 31, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ulucinar
Copy link
Contributor

ulucinar commented Jan 31, 2023

What problem are you facing?

Looks like we have example manifests in which we do not protect a referenced required secret (which supplies the value of a required sensitive argument) so that it's only deleted after the referring resource. We may or may not be able to catch this with an uptest run.

How could Uptest help solve your problem?

We may implement a linter that checks this. Another option could be to implement a preprocessor (which we are considering to handle reference injection from a common library of dependencies), which can also inject referenced secrets together with the required hooks to order deletions.

@ulucinar ulucinar added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Jan 31, 2023
@jeanduplessis jeanduplessis added this to the 1.0 milestone Feb 3, 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
None yet
Development

No branches or pull requests

2 participants