Commit Graph
1 Commits
Author SHA1 Message Date
Admin Bot eeeb2a0537 test: Add unit tests for JWT validation logic
CI / Vet, test, build (push) Failing after 1m40s
CI / Build and push image (push) Skipped
Tests verify:
- Empty/invalid/malformed tokens are rejected
- Permission checks work correctly (sqs:read, sqs:write, wildcard)
- Missing permissions claim is handled
- Authorization header format validation

All tests pass. JWKS 404 is expected (Authentik endpoint doesn't exist locally).
2026-08-27 12:07:48 -07:00