-
Notifications
You must be signed in to change notification settings - Fork 1
Description
To begin the transition to using the upstream policy files in ukf-meta directly, we will copy the four developed policy files into the testbed. These files are from ukf-meta:
- policy-edugain.xml
- policy-publication.xml
- policy-registered-entity.xml
- policy-registration.xml
The policy files should be added to the all/classes directory, alongside the default-validator* XML files. I believe the policy files will require modifications to include the same imports as the default-validator.xml file, such as the import for the context-beans.xml file. Additionally, each policy file will need an id and a description. The id is particularly important, as we will reference it whenever we refer to individual validators in our tests. The IDs can be the name of the policies, perhaps without the policy prefix.
Once those are in place, we can try referencing them from the application-default.properties to see if they load.