-
Notifications
You must be signed in to change notification settings - Fork 112
alloy_readiness_check_use_https #359
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
alloy_readiness_check_use_https #359
Conversation
Can you also add the variable to the README and explain that it only enables validation for https, since the actual TLS configuration must be provided in the main configuration file itself? |
I was considering the variable name, but That's why I prefer a name that clearly reflects its actual purpose: For the README, I have also suggestion: Once this is in place, I think we're good to merge 🚀 |
You're right I just used the same variable to enable the server. Besides that the check will fail if the var is set to true and tls is not configured for the internal server like that:
I'm going to change the var name and add suggested comment. |
Looks good now. Thanks for your contribution 🚀 |
Configure protocol schema of the ready endpoint