Dr. Stefan Schimanski
Dr. Stefan Schimanski
Can you add an e2e test? Am interested to see the schema for exported and claimed resources (both APIResourceSchemas and native resources) of an APIExport.
If we have a reconcile unit tests here, I would not invest time into this issues. Sharding is coming. This might change.
> This is dependent upon the deployment topology. We have a topology where this URL redirects to the front proxy (which then maps it into the virtual workspaces container) Do...
> When the partial metadata informer is trying to request /clusters/*/apis/tenancy.kcp.dev/v1beta1/workspaces from the kcp process, this gets redirected to the front proxy, and we see this error One step back:...
> But this is hard-coded for the time being. This is fine for now until we come up with a generic projection concept.
What we could do now is to introduce a pkg/projection package and have a list there with projected GRs, and a map where to map to.
We cannot leak whether the org exists or access is not allowed. So we need one message for both. But we can say something like "Access to the organization /...
Compare https://github.com/kubernetes/kubernetes/blob/master/test/integration/etcd/etcd_storage_path_test.go in kube. Openshift has another one.