Skip to content

Use the default AWS WebSecurity instead of the custom defined in Secret

Guillaume Caillet requested to merge aws-fix-pipeline into dependency-upgrade

This fix the pipeline for AWS, the SecurityConfig class defined in src/main/java/org/opengroup/osdu/secret/security/SecurityConfig.java conflicted with the implementation provided by WebSecurity defined in the aws core lib (and both are doing the same things)

Merge request reports