loft-sh / vcluster-plugins

The plugin repository for vcluster. Extend virtual Kubernetes clusters with plugins.
11 stars 6 forks source link

[cert-manager] get clusterIssuer reference in vcluster #44

Closed ThibaultDelaune-pro closed 8 months ago

ThibaultDelaune-pro commented 8 months ago

As mentionned in code, host cluster clusterIssuers are not mapped by the cert-manager plugin.

Would it be possible to implement it?

facchettos commented 8 months ago

It would technically be possible I believe, however that would require to have extended rbac for the plugin, I will ask around for context and circle back to you. Also, we are moving to v2 of plugins, so if we are implementing it in the future that will be done there.

facchettos commented 8 months ago

actually, we don't have plans to implement this as of now, since that would require us to be able to list secrets in many namespaces, which I don't think is a good idea