Closed rbakhtaraev closed 2 weeks ago
/kind feature
/assign @qiujian16 /assign @skeeey
Also observed this when using EKS as the ocm hub cluster.
kubernetes.io/kube-apiserver-client
signerbeta.eks.amazonaws.com/app-serving
that does not support client auth (as auth is ultimately delegated to IAM), so while a CSR can be approved, no certificate will ever be issued that requests client auth usage.@dgorst Do you have a plan to contribute the implementation? Is it possible to merge codes before Oct 21 which is OCM 0.9 release?
Hi @rbakhtaraev we now support standalone control plane which allows the hub cluster to host the OCM control plane with cert client auth enable. Please see free to check it out and see if you are able to solve your use case.
we are having an separate issue to implement eks auth support
/close
@qiujian16: Closing this issue.
For some reason we don't have ability for enabling CSR in our clusters. Can you add another way to authenticate managed clusters without using CSR, like sa-token/secret with kubeconfig?