Raul Cabello Martin

Results 7 issues of Raul Cabello Martin

Add new rest API endpoint called `/audit`, similar to the current `/validate` one. Acceptance criteria: - This endpoint will receive POST requests similar to the ones generated by the Kubernetes...

kind/enhancement

## Issue: https://github.com/rancher/rancher/issues/42170 ## Problem Rancher needs a mechanism to grant users access to fleet resources. Currently, the built-in restricted admin role offers a way for non-admin users to access...

Unlike `GitHub`, `GitLab` or `BitBucket` there is no way of verifying `Azure` webhook requests. Azure allows setting basic authentication for webhooks [more info](https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks?view=azure-devops-2020). This PR uses basic authentication to perform...

## Issue: https://github.com/rancher/rancher/issues/40484 ## Problem If a `RoleTemplate` is created with an empty list in any `Rule`, then rancher creates a corresponding `ClusterRole` with a nil list. When Rancher goes...

## Ref https://github.com/rancher/rancher/issues/42170 Another PR will be created in the webhook repo for security validation. ## Problem Currently, the built-in Restricted Admin role provides a mechanism to allow non-admin users...

`external-rules` feature flag should be removed in Rancher 2.9. It will work as the feature flag is always on, and can't be disabled.

kind/enhancement
area/rbac
team/collie

## Issue: https://github.com/rancher/rancher/issues/44663 ## Problem There is no way of knowing if a `CRTB` has successfully created all the backing resources. ## Solution There are two controllers that reconcile `CRTBs`....