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

Allow configuration of hcloud API endpoint #274

Closed
cyvcloud opened this issue Feb 8, 2022 · 0 comments · Fixed by #277
Closed

Allow configuration of hcloud API endpoint #274

cyvcloud opened this issue Feb 8, 2022 · 0 comments · Fixed by #277

Comments

@cyvcloud
Copy link

cyvcloud commented Feb 8, 2022

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?

LKaemmerling added a commit that referenced this issue Feb 16, 2022
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]>
LKaemmerling added a commit that referenced this issue Feb 16, 2022
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant