You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with the xacml.properties-file and the xacml-directory because I can't seem to override the default location of these files from the application.properties..
I was able to spend a bit of time to investigate this, and the issue is limited to the files in the xacml/attributes directory. Those files are loaded using new ClassPathResource("xacml/attributes/allowed_attributes.json") and therefore they have to build into the jar-file.
It would be great if we could configure a location for the two json-files in application.properties so they can be stored on an alternative location, outside the jar-file.
I have an issue with the xacml.properties-file and the xacml-directory because I can't seem to override the default location of these files from the application.properties..
Setting them as below doesn't work:
The only solution I have right now is to copy my modified files to
pdp-server/src/main/resources
and runmvn build
..The text was updated successfully, but these errors were encountered: