rancher / turtles

Rancher CAPI extension
https://turtles.docs.rancher.com
Apache License 2.0
52 stars 19 forks source link

Add support for a cross namespace ClusterClass access #832

Open Danil-Grigorev opened 3 weeks ago

Danil-Grigorev commented 3 weeks ago

As a ClusterClass user I’d like to reuse existing template from a single namespace with multiple Clusters.

It is required to provide customizable restrictions on a cross-namespace access, which can be achieved in k/k 1.30+ by using https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/

This change needs to be implemented upstream and have sufficient e2e test coverage.

alexander-demicev commented 3 weeks ago

https://github.com/kubernetes-sigs/cluster-api/pull/11361 https://github.com/kubernetes-sigs/cluster-api/pull/11352