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

ARANGO_NO_AUTH still disables auth if set to 0 #115

Open
dbsanfte opened this issue Aug 24, 2023 · 0 comments
Open

ARANGO_NO_AUTH still disables auth if set to 0 #115

dbsanfte opened this issue Aug 24, 2023 · 0 comments

Comments

@dbsanfte
Copy link

From the docs, setting ARANGO_NO_AUTH to 1 is meant to disable auth, so the corrolary of setting it to 0 not disabling auth is implied.

This is not the case however. The entrypoint checks for this variable to be defined, and disables auth regardless of its value.

If this is the desired behaviour, it should be noted in the docs that this is not a switch.

if [ ! -z "$ARANGO_NO_AUTH" ]; then

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

No branches or pull requests

1 participant