layers.properties 446 B

12345678910
  1. # rule structure is namespace.layer.operation=role1,role2,...
  2. # namespace: a namespace or * to catch them all (in that case, layer should be *)
  3. # layer: a layer/featureType/coverage name or * to catch them all
  4. # operation: r or w (read or write)
  5. # role list: * to imply all roles, or a list of explicit roles
  6. # The operation will be allowed if the current user has at least one of the
  7. # roles in the rule
  8. *.*.r=*
  9. *.*.w=ADMIN,GROUP_ADMIN
  10. mode=HIDE