aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/test/resources/it
AgeCommit message (Collapse)AuthorFilesLines
2025-01-27Make aai-common agnostic of the embedded server (remove jetty-specific code)Fiete Ostkamp2-189/+0
- replace custom authorization webfilter with spring security - make users configurable via aai.basic-auth.users[] in application.properties - remove Keycloak integration [0] [0] for the following reasons: - integration test (MultiTenancyTest) already not working - dependency is ancient (uses 11, 26 is available as of writing) - keycloak autoconfiguration is in conflict with spring security - keycloak-specific starters have been deprecated and users are advised to use the out-of-the-box spring OIDC integration [1] - there is no (and likely never will be a) starter that is compatible with spring-boot 3 [1] https://www.keycloak.org/2023/03/adapter-deprecation-update Issue-ID: AAI-4100 Change-Id: Ic49174adce29dbc43d1e7d0a99bf699f1e77f77e Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
2021-09-22Fix integration testsM.Hosnidokht2-0/+189
- Fixed the issue regarding docker image dependencies https://gerrit.onap.org/r/c/aai/traversal/+/123659 - Cleaned up pom file Issue-ID: AAI-3325 Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com> Change-Id: I3a69e5881c2e7a3016efec491acb527f86077746