Move web security configuration to application module 47/119147/5
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Thu, 11 Mar 2021 12:15:49 +0000 (14:15 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Fri, 12 Mar 2021 09:08:36 +0000 (11:08 +0200)
commit0d6bbae9baa4531f5b5c3009fa72e691cf30fe41
treed1167ff623eb76cdca2b907c21a0dd1274af56e4
parent99f0f0be7cc540dd32aacc770468d73444bcfb18
Move web security configuration to application module

Issue-ID: CPS-288
Change-Id: Ieba184c3e4727e354c19a3db31325052d15ced44
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
13 files changed:
cps-application/pom.xml
cps-application/src/main/java/org/onap/cps/config/WebSecurityConfig.java [new file with mode: 0644]
cps-application/src/test/groovy/org/onap/cps/rest/controller/ControllerSecuritySpec.groovy [new file with mode: 0755]
cps-application/src/test/java/org/onap/cps/rest/controller/TestController.java [new file with mode: 0644]
cps-application/src/test/resources/application.yml [new file with mode: 0644]
cps-rest/pom.xml
cps-rest/src/main/java/org/onap/cps/config/WebSecurityConfig.java [deleted file]
cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy
cps-rest/src/test/groovy/org/onap/cps/rest/controller/DataRestControllerSpec.groovy
cps-rest/src/test/groovy/org/onap/cps/rest/controller/QueryRestControllerSpec.groovy
cps-rest/src/test/groovy/org/onap/cps/rest/controller/RestControllerSpecification.groovy [deleted file]
cps-rest/src/test/groovy/org/onap/cps/rest/exceptions/CpsRestExceptionHandlerSpec.groovy
docker-compose/application.yml