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
I'm in a scenario where I need to route all requests to the hcloud API through a special reverse proxy. The hcloud-go client SDK has an option to configure an explicit endpoint apparently but unfortunately the CSI driver has no way of setting that option.
Could we add an optional HCLOUD_ENDPOINT env var that sets this option if specified?
The text was updated successfully, but these errors were encountered:
We generally recommend to not change this environment variable, but it was requested in #274 and we use the same snippet already internally if we want to test something.
Signed-off-by: Lukas Kämmerling <[email protected]>
We generally recommend to not change this environment variable, but it was requested in #274 and we use the same snippet already internally if we want to test something.
Signed-off-by: Lukas Kämmerling <[email protected]>
I'm in a scenario where I need to route all requests to the hcloud API through a special reverse proxy. The hcloud-go client SDK has an option to configure an explicit endpoint apparently but unfortunately the CSI driver has no way of setting that option.
Could we add an optional
HCLOUD_ENDPOINT
env var that sets this option if specified?The text was updated successfully, but these errors were encountered: