-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Disallow unknown keys in feature-flags configmap #6938
Labels
Hacktoberfest
Categorizes issue as one for Hacktoberfest 2021
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Comments
afrittoli
added
the
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
label
Aug 4, 2023
I would like to work on this. |
AFAIK, I should cover this: pkg/apis/config/feature_flags.go, but should I cover this also pkg/apis/config/resolver/feature_flags.go? |
minhoryang
added a commit
to minhoryang/tektoncd-pipeline
that referenced
this issue
Oct 13, 2023
/assign @minhoryang
|
5 tasks
minhoryang
added a commit
to minhoryang/tektoncd-pipeline
that referenced
this issue
Oct 19, 2023
…figmap Signed-off-by: Minho Ryang <[email protected]>
minhoryang
added a commit
to minhoryang/tektoncd-pipeline
that referenced
this issue
Oct 19, 2023
…own keys Signed-off-by: Minho Ryang <[email protected]>
minhoryang
added a commit
to minhoryang/tektoncd-pipeline
that referenced
this issue
Oct 22, 2023
Signed-off-by: Minho Ryang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hacktoberfest
Categorizes issue as one for Hacktoberfest 2021
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Currently, we don't perform any validation of the feature flags configmap. #6935 adds validation for keys representing existing feature flags, but it's still possible to misspell a feature flag or add a flag that's no longer supported, thinking it has an effect (example: #6937). We should validate that the configmap doesn't contain any unknown keys. We will probably need to fix #4542 first, otherwise upgrades will cause problems if we remove feature flags.
The text was updated successfully, but these errors were encountered: