casa87 / neo4j18-on-dotcloud

Alpha Neo4j stack for DotCloud.
2 stars 0 forks source link

you could add support for the neo4j-authentication extension #1

Open jexp opened 12 years ago

jexp commented 12 years ago

Which is also used on heroku: https://github.com/neo4j/authentication-extension

Just put the jar into plugins and add a credentials entry in the generated neo4j-server.properties

org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.server.extension.auth=/admin
org.neo4j.server.credentials = user:password

Awesome work, thanks so much !

casa87 commented 12 years ago

Hi Jexp

Thank you for the link to this awesome module, I will add it

casa87 commented 12 years ago

Authentication plugin added on the stable version : https://github.com/casa87/neo4j17-on-dotcloud