unauthenticated swagger-ui on- server-port and proper security filter integration into Spring Security #163

Merged
hsh-michaelhoennig merged 13 commits from feature/unauthenticated-swagger-ui-on-server-port into master 2025-03-17 12:59:53 +01:00

13 Commits

Author SHA1 Message Date
Michael Hoennig
a8a6730a12 amendmends according to code-review 2025-03-17 12:59:17 +01:00
Michael Hoennig
7a4dadea73 fix getInputStream 2025-03-17 11:49:35 +01:00
Michael Hoennig
123f1dc10f Authentication can now alternatively use CAs TGT 2025-03-14 14:42:29 +01:00
Michael Hoennig
cf85966224 cleanup 2025-03-12 11:46:51 +01:00
Michael Hoennig
cdede45caa don't add header "current-subject: nobody" anymore 2025-03-12 11:22:20 +01:00
Michael Hoennig
158e279aeb fix Security-Chain-Integration 2025-03-12 11:11:07 +01:00
Michael Hoennig
b6b3c588ca define matchers only in WebSecurityConfig, where it belongs - but cannot be used yet 2025-03-11 17:07:19 +01:00
Michael Hoennig
1f3ae1ddd7 cleanup 2025-03-11 14:50:02 +01:00
Michael Hoennig
1685221567 apply AuthenticationFilter only to /api requests 2025-03-11 14:49:56 +01:00
Michael Hoennig
b1a785eda5 improved integration test 2025-03-11 14:49:13 +01:00
Michael Hoennig
5512c6682c don't require currentSubject header for /api/ping anymore 2025-03-11 10:52:52 +01:00
Michael Hoennig
ab0e1f604b move SwaggerUI from management-port:/actuator to server-port:/ 2025-03-11 10:52:29 +01:00
Michael Hoennig
57d5d32ab7 add documentation regarding --debug-jvm 2025-03-11 10:51:34 +01:00