Use the default AWS WebSecurity instead of the custom defined in Secret
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)