Re: [Geoserver-users] REST API security configuration

2023-09-12 Thread Alexandre Gacon
Hi Jody, For the moment I use a built-in role to reduce the access to the get methods. I will test with a custom one to reduce the access more eventually. Regard Alexandre Le mer. 13 sept. 2023 à 00:07, Jody Garnett a écrit : > This is an odd one, there are reset security settings distinct fro

Re: [Geoserver-users] REST API security configuration

2023-09-12 Thread Jody Garnett
This is an odd one, there are reset security settings distinct from everything else, but there is no user interface for it 🙂 Please edit rest.properties to manage the roles (built-in or made by hand) that you wish to grant REST API access to. The examples show a built-in role: /**;GET,POST,PUT,D

[Geoserver-users] REST API security configuration

2023-08-22 Thread Alexandre Gacon
Hi, For the configuration of the REST API security, could I use any role defined in my role service or only some predefined values? -- Alexandre Gacon ___ Geoserver-users mailing list Please make sure you read the following two resources before postin