Skip to content
Permalink
Browse files Browse the repository at this point in the history
only close the status endpoint to support GN <=4.0.3 (#159)
  • Loading branch information
giohappy committed Mar 23, 2023
1 parent 5b945da commit f44cb07
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions data/security/rest.properties
Expand Up @@ -13,18 +13,19 @@
#/rest/workspaces/topp/**;GET=ADMIN
#/**;POST,DELETE,PUT=ADMIN
#
/rest/br/**;GET,POST,DELETE,PUT=IS_AUTHENTICATED_FULLY
/rest/security/**;GET,POST,DELETE,PUT=ROLE_ADMINISTRATOR
/rest/monitor/**;GET=ROLE_ADMINISTRATOR

/rest/geofence/**;GET,POST,DELETE,PUT=ROLE_ADMINISTRATOR
/rest/resource/**;GET,POST,DELETE,PUT=ROLE_ADMINISTRATOR

/rest/imports/**;GET,POST,DELETE,PUT=IS_AUTHENTICATED_FULLY
/rest/layers/**;GET,POST,DELETE,PUT=IS_AUTHENTICATED_FULLY
/rest/br/**;GET,POST,DELETE,PUT=IS_AUTHENTICATED_FULLY

/rest/process/batchdownload/download/**;GET=IS_AUTHENTICATED_ANONYMOUSLY
/rest/printing/**;GET,POST=IS_AUTHENTICATED_ANONYMOUSLY
/rest/sldservice/capabilities.json;GET=IS_AUTHENTICATED_ANONYMOUSLY
/rest/sldservice/**;GET=IS_AUTHENTICATED_FULLY
/rest/styles/**;GET,POST,DELETE,PUT=IS_AUTHENTICATED_FULLY
/rest/styles.xml;GET=IS_AUTHENTICATED_FULLY
/rest/workspaces/**;GET,POST,DELETE,PUT=IS_AUTHENTICATED_FULLY
/rest/workspaces.xml;GET=IS_AUTHENTICATED_FULLY

/gwc/rest/layers/**;GET=IS_AUTHENTICATED_FULLY
/rest/about/**;GET,POST,DELETE,PUT=ROLE_ADMINISTRATOR

/**;GET,POST,DELETE,PUT=ROLE_ADMINISTRATOR
/**;GET=IS_AUTHENTICATED_ANONYMOUSLY
/**;POST,DELETE,PUT=IS_AUTHENTICATED_FULLY

0 comments on commit f44cb07

Please sign in to comment.