-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
-
Replace Red Hat's X-RH-Identity header system with standard JWT authentication.
Acceptance Criteria:
- [ ] Remove X-RH-Identity header dependencies
- [ ] Implement standard JWT token extraction and validation
- [ ] Update identity middleware in both Go and Python services
- [ ] Ensure user context is properly passed through request pipeline
- [ ] Update all authentication-related tests
Technical Details:
- Update ros/lib/utils.py identity function
- Update internal/api/middleware/identity.go
- Remove base64 decoding of custom identity format