We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, as I'm working on integrating influxDB2 (#2008) I stumbled opon some issues regarding the PROXY_AUTH_WHITELIST.
I thought, this should allow every URL starting by /api/... /api/*
/api/*
Turns out: No. When testing, I had some strange behaviour of the UI and managed to boil it down to whitelist even more: /api/*,/api/v2/*
/api/*,/api/v2/*
So what is the meaning of the asterisk? A single-step? Is there any documentation on how to whitelist API-URLs?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, as I'm working on integrating influxDB2 (#2008) I stumbled opon some issues regarding the PROXY_AUTH_WHITELIST.
I thought, this should allow every URL starting by /api/...
/api/*
Turns out: No. When testing, I had some strange behaviour of the UI and managed to boil it down to whitelist even more:
/api/*,/api/v2/*
So what is the meaning of the asterisk? A single-step? Is there any documentation on how to whitelist API-URLs?
The text was updated successfully, but these errors were encountered: