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
Fixed GCP URLs like ""https://servicedirectory.googleapis.com/v1/"" are unsafe to use as universe domain and custom endpoint substitution will no longer function correctly. We need to check BasePaths like ServiceDirectoryBasePath. Misses were par for the course when custom endpoints were a mostly hacky solution but we want to preempt these kind of issues more for custom universes now.
We should lint against new fixed GCP URLs appearing outside of "safe" locations like the definition of GCP default URLs for a service.
References
No response
The text was updated successfully, but these errors were encountered:
What kind of contribution is this issue about?
Other (specify in details)
Details
Fixed GCP URLs like ""https://servicedirectory.googleapis.com/v1/"" are unsafe to use as universe domain and custom endpoint substitution will no longer function correctly. We need to check BasePaths like
ServiceDirectoryBasePath
. Misses were par for the course when custom endpoints were a mostly hacky solution but we want to preempt these kind of issues more for custom universes now.We should lint against new fixed GCP URLs appearing outside of "safe" locations like the definition of GCP default URLs for a service.
References
No response
The text was updated successfully, but these errors were encountered: