console
console copied to clipboard
OpenShift Cluster Console UI
### After https://github.com/user-attachments/assets/5b2d996e-1fde-49cc-b848-81f2b9a371b8
WIP - DO NOT MERGE Exploring the use of a file watcher to avoid a full rollout on config changes.
Configures permissions for Claude Code AI assistant with allow/deny/ask rules for common development commands including testing, linting, git operations, and cluster management.
Remove the asterisk as the routing label is not a required field in API. And the console is not validating the field in the UI. We should rely on the...
Use Claude Code to better document our often terse public APIs with more detailed descriptions and examples. Assisted-by: Claude Code
This PR replaces the use of `crypto-browserify` for generating a hash for a given username with the native `Crypto` object and its `subtle.digest` method, which is supported in all browsers...
## Description ClusterRoles doesn't show up under the "User Management → Roles" tab, when user has the access to ClusterRoles but not Roles. ## Steps to Test out 1. Create...
Improves accuracy of user role detection by: - Adding retry logic for SubjectAccessReview calls with backoff - Using multiple permission checks with score-based classification - Separating user classification into dedicated...