diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2025-01-06 11:38:34 +0100 |
---|---|---|
committer | Fiete Ostkamp <fiete.ostkamp@telekom.de> | 2025-01-13 20:41:40 +0000 |
commit | 1733043036bbf8659db9856eaac583e70f44ed4a (patch) | |
tree | 057a884a61ba32e3bc4b4da1762c6ae6d459de28 /aai-resources/.gitignore | |
parent | dd4a7968d539a958b2ddccb77d00fcb68eb177b7 (diff) |
Make aai-resources agnostic of the embedded server (remove jetty-specific code)oslo
- small adjustments to authentication
- 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: I8440f44106f9ba2cbd4addfa88efb63329365977
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/.gitignore')
-rw-r--r-- | aai-resources/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/aai-resources/.gitignore b/aai-resources/.gitignore index 47d0f721..9d979909 100644 --- a/aai-resources/.gitignore +++ b/aai-resources/.gitignore @@ -1,8 +1,6 @@ .settings target/ **/logs/ -bundleconfig-local/etc/auth/aai-client-cert.p12 -bundleconfig-local/etc/auth/tomcat_keystore bundleconfig-local/etc/oxm src/main/aai_schema bundleconfig-local/etc/logback.xml @@ -15,4 +13,4 @@ bundleconfig-local/etc/logback.xml **/dbedgerules/** **/oxm/** **/.classpath -.classpath
\ No newline at end of file +.classpath |