Azurite support is currently broken, due to a recent change in #759 to use domain instead of storageAPIEndpoint 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 new domain field.
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.
How to categorize this issue?
/kind enhancement
What would you like to be added
domain
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.