gzg
gzg

Reputation: 1489

Neo4J webadmin with password protection

Is it possible to have password protection on localhost:7474/webadmin? It is better if we put a htaccess and htpasswd files in the folder but I cannot find the folder webadmin lies. I believe if I find the path, I can protect it with password. Anyone who knows the folder path? The documentation does not say about it.

additional information: I'm using Ubuntu 12.04 and neo4j version is 1.8.

Upvotes: 8

Views: 2878

Answers (1)

Michael Hunger
Michael Hunger

Reputation: 41676

You can either use an apache proxy in front of Neo4j, see the manual

or look into something like the authentication-extension which supplies basic-auth.

Upvotes: 4

Related Questions