Merged
Conversation
ISSUE-010: Add OAuth 2.0 authentication middleware ISSUE-011: Add RBAC authorization service ISSUE-015: Add WebSocket authentication Changes: - Add OAuth middleware for JWT validation via OpenShift - Add RBAC service with role/permission mapping - Add WebSocket authentication before connection acceptance - Integrate authentication middleware with FastAPI app - Add comprehensive tests for all security components 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ISSUE-002: Add Kubernetes Secrets credential storage ISSUE-003: Add credential validation service ISSUE-004: Add cluster component discovery Changes: - Add CredentialStore with AES-256-GCM encryption - Add CredentialValidator for real cluster API validation - Add DiscoveryService for Prometheus/Loki/Tempo/GPU detection - Update ClusterCredentials model with token/basic auth support - Update AuthType enum with TOKEN, BASIC, CERTIFICATE types - Add comprehensive tests for all new services 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
ISSUE-012: Add authenticated Prometheus/Thanos client Changes: - Add PrometheusClient with Bearer, Basic, and mTLS auth support - Add QueryCache for Redis-based query result caching - Add MetricsCollector service for multi-cluster metric queries - Support concurrent cluster queries with result aggregation - Add health check endpoint for Prometheus availability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ox testing - Add cryptography and kubernetes dependencies to cluster-registry - Add python-jose dependency to realtime-streaming for JWT auth - Update prometheus_collector to skip TLS verification in dev mode - Use pod's service account token for Prometheus auth in dev mode 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.