-
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
Enforce strict teleport.yaml validation #6520
Conversation
IMHO we shouldn't merge this without adding support for It's quite likely that many users have errors in their Teleport configs and have just never realised despite us showing a warning. At |
Strict validation was added in warning mode in #5057 and released in 6.0. For 7.0, we can drop the legacy custom validation logic, with the assumption that all bad configs were migrated.
This command tests an existing config for errors.
1b72a86
to
3b3246f
Compare
@webvictim done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works great. Thanks!
Strict validation was added in warning mode in
#5057 and released in 6.0.
For 7.0, we can drop the legacy custom validation logic, with the
assumption that all bad configs were migrated.
Fixes #5056
Fixes #5559