Remove Basic Authentication References 08/140708/16
authorToineSiebelink <toine.siebelink@est.tech>
Wed, 16 Apr 2025 12:47:09 +0000 (13:47 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Thu, 24 Apr 2025 17:20:13 +0000 (18:20 +0100)
commit5ed5c84a47301755d078b7b10ed99cba3861d2de
tree8dc63da00f6d372f5a84680f7116d5da634389c5
parentb77cec60d9b474bb82bc31f9a224f487e759e36b
Remove Basic Authentication References

- Remove whole ‘security’ section from application.yml file(s) also in testware
- Remove whole ‘security’ section from  open api yml file(s) except Policy Executor
- Remove whole ‘component.securitySchemes’ section from  open api yml files
- Remove references to security.auth.username from xml config files
- Removed cps authentication details from Docker compose and readme files (tested)
- Removed authentication groovy test rom cps-application
- Side note: cps-application added test, coverage increased to 100%
- Updated Docker-Compose (CSIT & K6) to latest version
- Minor csit script updates to help troubleshooting
- Removed auth header from ALL csit tests files

Issue-ID: CPS-2600
Change-Id: Ie1cf02461943f4e43029a3dbfaef052e347a4d4d
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
31 files changed:
cps-application/pom.xml
cps-application/src/main/resources/application.yml
cps-application/src/test/groovy/org/onap/cps/ApplicationSpec.groovy [new file with mode: 0644]
cps-application/src/test/groovy/org/onap/cps/rest/controller/ControllerSecuritySpec.groovy [deleted file]
cps-application/src/test/resources/application.yml
cps-ncmp-rest/docs/openapi/openapi-inventory.yml
cps-ncmp-rest/docs/openapi/openapi.yml
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/data/DmiDataOperations.java
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/dmi/DmiRestClient.java
cps-rest/docs/openapi/openapi.yml
cps-service/src/main/resources/logback-spring.xml
csit/install-deps.sh
csit/install-robotframework.sh
csit/plans/cps/setup.sh
csit/plans/cps/test.properties
csit/prepare-csit.sh
csit/run-csit.sh
csit/run-project-csit.sh
csit/tests/cm-handle-query/cm-handle-query.robot
csit/tests/cps-admin/cps-admin.robot
csit/tests/cps-data-operations/cps-data-operations.robot
csit/tests/cps-data-sync/cps-data-sync.robot
csit/tests/cps-data/cps-data.robot
csit/tests/cps-model-sync/cps-model-sync.robot
csit/tests/cps-trust-level/cps-trust-level.robot
csit/tests/ncmp-passthrough/ncmp-passthrough.robot
docker-compose/README.md
docker-compose/docker-compose.yml
integration-test/src/test/resources/application.yml
k6-tests/install-deps.sh
test-tools/perf-test-ncmp-passthrough-read.sh