Akshay Gaikwad
Akshay Gaikwad
### Briefly describe the feature Currently there are different entrypoints for doing different paralus actions, such as Paralus initialization, db migration and starting paralus server. All of these can be...
### Briefly describe the feature When Paralus is upgraded to latest version, admin also updates the relay server. But rarely they update the relay agent running on the cluster. One...
### Describe the issue you're facing Paralus has multiple components like Core, Relay Server/Agent, Prompt, Dashboard, CLI which are independently versioned and released. In order to work everything properly one...
### Briefly describe the feature Setting up OIDC Provider requires mapper url. Add a support for Jsonnet code snippet in OIDC Provider spec. ### What problem does this feature solve?...
### Describe the issue you're facing Write a logging howto guide for developers. It talks about logging formats, practices and conventions Paralus follow.
### Briefly describe the feature Develop a unified resource API validation package. It helps catch any validation errors for API endpoints. It can revert with appropriate error message. ### What...
/kind feature **Describe the solution you'd like** CAPG initial support for Managed Cluster (GKE) has added few basic configurations. GCP does support lot more fields for example private cluster, enable...
### What does this PR change? Crate or Update project with roles association provided under `projectNamespaceRoles` was failing due to empty group name passed to Casbin. It fixes minor bug...
Part of https://github.com/kubearmor/KubeArmor/issues/1130 Karmor support for interacting with OCI registry for pushing, pulling KubeArmor policies. **Tasks** - [x] Complete Push - [x] Validate policy before pushing - [x] Authenticate with...