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
The field AZURE_EMULATOR_ENABLED should be removed. Currently this field only helps in determining whether the URL should use http or https scheme when building the Azure custom URL, and is only used for supporting Azurite. Going forward, Azurite should also use https endpoints (enabled by creating TLS certs on-the-go via scripts).
The field GOOGLE_EMULATOR_ENABLED should also be removed, due to the same reason as above.
The text was updated successfully, but these errors were encountered:
How to categorize this issue?
/kind enhancement
What would you like to be added
*_STORAGE_API_ENDPOINT
environment variables #759 to usedomain
instead ofstorageAPIEndpoint
to specify custom URL for Azure backends. It is necessary to switch to production-style URLs for Azurite, in order to make use of this newdomain
field.AZURE_EMULATOR_ENABLED
should be removed. Currently this field only helps in determining whether the URL should usehttp
orhttps
scheme when building the Azure custom URL, and is only used for supporting Azurite. Going forward, Azurite should also usehttps
endpoints (enabled by creating TLS certs on-the-go via scripts).GOOGLE_EMULATOR_ENABLED
should also be removed, due to the same reason as above.The text was updated successfully, but these errors were encountered: