Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and enhance Azurite and fakegcs emulator support #762

Open
shreyas-s-rao opened this issue Aug 16, 2024 · 0 comments
Open

Fix and enhance Azurite and fakegcs emulator support #762

shreyas-s-rao opened this issue Aug 16, 2024 · 0 comments
Labels
area/testing Testing related kind/enhancement Enhancement, improvement, extension

Comments

@shreyas-s-rao
Copy link
Collaborator

How to categorize this issue?

/kind enhancement

What would you like to be added

  1. Azurite support is currently broken, due to a recent change in Stop using *_STORAGE_API_ENDPOINT environment variables #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.
  2. 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).
  3. The field GOOGLE_EMULATOR_ENABLED should also be removed, due to the same reason as above.
@shreyas-s-rao shreyas-s-rao added the kind/epic Large multi-story topic label Aug 16, 2024
@gardener-robot gardener-robot added the kind/enhancement Enhancement, improvement, extension label Aug 16, 2024
@shreyas-s-rao shreyas-s-rao added area/testing Testing related and removed kind/epic Large multi-story topic labels Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related kind/enhancement Enhancement, improvement, extension
Projects
None yet
Development

No branches or pull requests

2 participants