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

[BUG] Healthcheck not working while using auth typ http_auth #3870

Open
xoxys opened this issue Oct 8, 2021 · 1 comment
Open

[BUG] Healthcheck not working while using auth typ http_auth #3870

xoxys opened this issue Oct 8, 2021 · 1 comment
Labels
Docker Everything related to Docker Feature Request ideas for new features

Comments

@xoxys
Copy link
Contributor

xoxys commented Oct 8, 2021

Describe the bug
While using the auth type http_auth the docker healthcheck using 'http://localhost/i/' | grep -q 'jsonVars' does not work:

PHP Warning:  readfile(http://127.0.0.1:8080/i/): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
 in Command line code on line 1

Expected behavior
A health endpoint that works without authentication and just reflects if the server is operational or not.

@math-GH math-GH added Docker Everything related to Docker Feature Request ideas for new features labels Aug 21, 2022
@Alkarex
Copy link
Member

Alkarex commented Nov 5, 2023

Related #3161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Everything related to Docker Feature Request ideas for new features
Projects
None yet
Development

No branches or pull requests

3 participants