SAP / cloud-authorization-buildpack

You can use the content of this repository to leverage the Open Policy Agent (https://www.openpolicyagent.org/) for cloud foundry environments. If offers runtime support to make calls to the open policy server from a CF application and support to manage and distribute Open Policy Agent bundles.
Apache License 2.0
5 stars 6 forks source link

Add check for alternative dcl roots #88

Closed f-blass closed 5 months ago

f-blass commented 5 months ago

Sometimes consumers confuse the root dirs of their applications. E.g. they build a Java .war file, where the classes are nested in the folder /WEB-INF/classes, but the consumer configures /BOOT-INF/classes which is used by .jar files.