metacat/lib/spatial/geoserver/data/security/service.properties
1 |
# The format here is service[.method]=ROLE1,...,ROLEN
|
---|---|
2 |
# ([method] being optional if you want to apply the rule to all calls to a specific service
|
3 |
# A user can access a service only if he has one of the specified roles
|
4 |
# If not specified in this file, a service or method will be considered unsecured
|
5 |
|
6 |
# Uncomment the following config if you want to test securing WFS service
|
7 |
#wfs.GetFeature=ROLE_WFS_READ
|
8 |
#wfs.Transaction=ROLE_WFS_WRITE |