You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like this flag may benefit to be renamed since it is only used to disable URLs validation. I would propose to rename it as AllowHTTP or AllowHTTPBaseUrls to prevent confusion. Indeed, I got mislead thinking that this was linked to the listening protocol of the DSS server.
- Rename all usages of EnableHTTP to AllowHTTPBaseUrls
- Add command-line flag, allow_http_base_urls
- Deprecate command-line flag, enable_http, in favor of allow_http_base_urls
Clients of core-service will need to update the command-line parameter, enable_http to allow_http_base_urls, namely Monitoring – core_service.sh L21/33.
Created for Issue #788
I feel like this flag may benefit to be renamed since it is only used to disable URLs validation. I would propose to rename it as AllowHTTP or AllowHTTPBaseUrls to prevent confusion. Indeed, I got mislead thinking that this was linked to the listening protocol of the DSS server.
Originally posted by @barroco in #784 (comment)
The text was updated successfully, but these errors were encountered: