Revision 53960
Added by Claudio Atzori almost 6 years ago
applicationContext-inspector-security.xml | ||
---|---|---|
39 | 39 |
<security:intercept-url pattern="/mvc/ui/**" |
40 | 40 |
access="ROLE_USER" /> |
41 | 41 |
<security:intercept-url pattern="/monitoring/**" |
42 |
access="ROLE_USER" />
|
|
42 |
access="ROLE_MONITOR" />
|
|
43 | 43 |
|
44 | 44 |
<security:anonymous username="guest" |
45 | 45 |
granted-authority="ROLE_ANONYMOUS" /> |
... | ... | |
51 | 51 |
<security:user-service> |
52 | 52 |
<security:user name="admin" password="${inspector.admin.password}" |
53 | 53 |
authorities="ROLE_USER" /> |
54 |
<security:user name="monitor" password="${inspector.monitor.password}" |
|
55 |
authorities="ROLE_MONITOR" /> |
|
54 | 56 |
</security:user-service> |
55 | 57 |
</security:authentication-provider> |
56 | 58 |
</security:authentication-manager> |
Also available in: Unified diff
added local user dedicated to access the monitoring urls