We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Default value like DELETE_INSTANCE_ID=true is wrong as it requires athenz permission and outputting error message without permission isn't the best
DELETE_INSTANCE_ID=true
- [ ] Check the default values - [ ] Check if every env must be modifiable under Makefile
The text was updated successfully, but these errors were encountered:
Deleting the instance certificate should be the default behavior because of the following:
I think the focus should be the error message.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Background
Default value like
DELETE_INSTANCE_ID=true
is wrong as it requires athenz permission and outputting error message without permission isn't the bestTODOs
The text was updated successfully, but these errors were encountered: