fix: permit branding endpoints without authentication
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:
@@ -89,6 +89,7 @@ public class SecurityConfig {
|
|||||||
// Public endpoints
|
// Public endpoints
|
||||||
.requestMatchers(
|
.requestMatchers(
|
||||||
"/api/v1/health",
|
"/api/v1/health",
|
||||||
|
"/api/v1/branding/**",
|
||||||
"/api/v1/agents/register",
|
"/api/v1/agents/register",
|
||||||
"/api/v1/agents/*/refresh",
|
"/api/v1/agents/*/refresh",
|
||||||
"/api/v1/auth/**",
|
"/api/v1/auth/**",
|
||||||
|
|||||||
Reference in New Issue
Block a user