fix: permit branding endpoints without authentication
Some checks failed
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m7s
CI / deploy (push) Has been cancelled
CI / deploy-feature (push) Has been cancelled
CI / docker (push) Has been cancelled

The login page loads the branding logo before the user is signed in.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 01:15:21 +02:00
parent 5c4c7ad321
commit d7001804f7

View File

@@ -89,6 +89,7 @@ public class SecurityConfig {
// Public endpoints
.requestMatchers(
"/api/v1/health",
"/api/v1/branding/**",
"/api/v1/agents/register",
"/api/v1/agents/*/refresh",
"/api/v1/auth/**",