Skip to content

Commit 397fff5

Browse files
committed
Updated Readme
1 parent 672f3b1 commit 397fff5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Features
4646
8. Basic Role based authentication.
4747
9. LDAP authentication supported.
4848
10. Root node /zookeeper hidden for safety.
49+
11. ACL supported global level.
4950

5051
Import File Format
5152
====================
@@ -123,7 +124,7 @@ keytool -keystore keystore -alias jetty -genkey -keyalg RSA
123124

124125
Limitations
125126
====================
126-
1. ACLs are not yet fully supported
127+
1. ACLs are fully supported but at a global level.
127128

128129
Screenshots
129130
====================

config.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ scmRepoPath=//appconfig.txt
99
#if set to true then userSet is used for authentication, else ldap authentication is used.
1010
ldapAuth=false
1111
ldapDomain=mycompany,mydomain
12-
userSet = {"users": [{ "username":"admin" , "password":"manager","role": "ADMIN" },{ "username":"appconfig" , "password":"appconfig","role": "USER" }]}
1312
#ldap authentication url. Ignore if using file based authentication.
1413
ldapUrl=ldap://<ldap_host>:<ldap_port>/dc=mycom,dc=com
1514
#Specific roles for ldap authenticated users. Ignore if using file based authentication.
1615
ldapRoleSet={"users": [{ "username":"domain\\user1" , "role": "ADMIN" }]}
16+
userSet = {"users": [{ "username":"admin" , "password":"manager","role": "ADMIN" },{ "username":"appconfig" , "password":"appconfig","role": "USER" }]}
1717
#Set to prod in production and dev in local. Setting to dev will clear history each time.
1818
env=prod
1919
jdbcClass=org.h2.Driver

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM java:8
22

3-
MAINTAINER Miguel Garcia Puyol <[email protected]
3+
MAINTAINER Miguel Garcia Puyol <[email protected]>
44

55
WORKDIR /var/app
66

0 commit comments

Comments
 (0)