Move web security configuration to application module 12/119512/2
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Thu, 11 Mar 2021 12:15:49 +0000 (14:15 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Thu, 18 Mar 2021 15:48:23 +0000 (17:48 +0200)
commitd8bcd1756df6bae0fc6b794ea4bf10a4e8b7e541
treee0084416ef764ffa7b1add7e3fe97b096a3ea955
parent6fb536c848cd48b0e0d821b27706469e8f30cc9c
Move web security configuration to application module

Issue-ID: CPS-288
Change-Id: Id244cde9ae9c87c27b69ed5a6a51772a4aef62fd
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