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

Disabling authentication on monitoring endpoint for ha or causal mode failed #12060

Open
treilhes opened this issue Oct 24, 2018 · 0 comments
Open

Comments

@treilhes
Copy link

bug report

Trying to monitor a causal cluster using ansible, i need to access monitoring endpoints without any authentication. Happy first to find it was a built-in feature then disapointed to find the configuration options were not effective

Neo4j Version: 3.4.6
Operating System: RedHat 7
API: REST in browser

Steps to reproduce

  1. turn on security : dbms.security.auth_enabled=true
  2. turn off security on ha endpoints : dbms.security.ha_status_auth_enabled=false
  3. turn off security on causal endpoints : dbms.security.causal_clustering_status_auth_enabled=false

Expected behavior

Access granted on http://ip:7474/db/manage/server/causalclustering/writable and return "true"
Access granted on http://ip:7474/db/manage/server/ha/master and http status 403

Actual behavior

User/Password prompts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants