-
Notifications
You must be signed in to change notification settings - Fork 5
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
Nginx bouncer error: request failed: bad uri: ${CROWDSEC_LAPI_URL} #52
Comments
@usma0118: Thanks for opening an issue, it is currently awaiting triage. In the meantime, you can:
DetailsI am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
Transferring to appropriate repository. |
Will look into this currently it should detect the cs-openresty-bouncer/docker/docker_start.sh Lines 8 to 10 in 3ae4af0
Can you check the loaded configuration location does not include duplicated |
ok, issue is if initContainer fails due to some reason... currently that's not resulting in process failure. and system continues. Related #35 |
What happened?
Nginx throws error:
[Crowdsec] bouncer error: request failed: bad uri: ${CROWDSEC_LAPI_URL}/v1/decisions?ip=*.*.*.*, client: *.*.*.*, server: [redacted], request: "GET /startpage/ HTTP/2.0", host: "[redacted]", referrer: "[redacted]"
What did you expect to happen?
Should use API_URL variable as per docs.
How can we reproduce it (as minimally and precisely as possible)?
Deploy nginx bouncer on kubernetes via:
Anything else we need to know?
Tried setting CROWDSEC_LAPI_URL as env variable.
Crowdsec version
v1.6.2
OS version
Enabled collections and parsers
Acquisition config
On Windows:
C:> Get-Content C:\ProgramData\CrowdSec\config\acquis.yaml
paste output here
Config show
Prometheus metrics
Related custom configs versions (if applicable) : notification plugins, custom scenarios, parsers etc.
The text was updated successfully, but these errors were encountered: