Ingest security-app-context.xml

A complete examination of Spring Security configuration is beyond the scope of this document, but here are some basics.

Default username/password:

ogpAdmin/koala

By default, all pages require a user with role “ROLE_ADMIN”. This can easily be changed through configuration.

Configuring ogpIngest to use LDAP is straightforward. See the Spring Security docs for other authentication types.

The included role mapper looks for the value of admins in ingest.properties. The value should be a comma separated list of users with permission to access the application. The role mapper can be easily modified to query a database of users or to use LDAP groups.