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
Provide the warning such as the following if TS_ALLOWED_URLS is as same as the default value.
"
log.warning("Your torchserve instance is accessible from any url. When you deploy it to production make sure to limit the set of allowed_urls in your config.properties")
"
Motivation, pitch
Considering prod safety, it is better to notify cx to config "TS_ALLOWED_URLS"
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
🚀 The feature
Provide the warning such as the following if TS_ALLOWED_URLS is as same as the default value.
"
log.warning("Your torchserve instance is accessible from any url. When you deploy it to production make sure to limit the set of allowed_urls in your config.properties")
"
Motivation, pitch
Considering prod safety, it is better to notify cx to config "TS_ALLOWED_URLS"
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: