You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow API key from Authorization header for relabel endpoint
- Extract API key from Bearer token in Authorization header
- Fall back to CODEBUFF_API_KEY env var if header not provided
- Return 401 instead of 500 when no key available
- Allows admins to use their own API key without server config
0 commit comments