Hi,

We have a plug-in for GeoServer that connects GeoServer roles to an RBAC 
service.  Currently, we set up the connection URL required to reach the service 
during initial deployment, which works well.  However, we are switching to a 
service discovery mechanism and need the values to be replaceable at runtime 
with Spring Framework properties or environment variables.

Does the GeoServer security subsystem do property replacements when reading the 
config.xml file?

Example configuration

<rbacroleservice>
  <name>RBAC_ROLE</name>
  <className>com.company.security.RBACRoleService</className>
  <connectURL>${rbac.httpPrefix}://${rbac.ip}:${rbac.port}/</connectURL>
  <adminRoleName>ROLE_GEOADMIN</adminRoleName>
</rbacroleservice>


Thanks,


Chris Snider
Senior Software Engineer
Intelligent Software Solutions, Inc.
Direct (719) 452-7257
[Description: Description: Description: cid:[email protected]]

------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to