Skip to content

Commit

Permalink
only close the status endpoint to support GN <=4.0.3 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Mar 23, 2023
1 parent 9e0ca3d commit ead527c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions geoserver/data/geonode_v2206/security/rest.properties
Original file line number Diff line number Diff line change
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 ead527c

Please sign in to comment.