You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running as a cluster issuer is not desirable and not allow us to isolate permissions on a namespace basis. There is a big security concern giving one issuer access to all of out namespaces for certificate requests, config maps, leases etc.
As an additional nicety, would like to see an option to not use helm for deploying resources. It's very black box unless we go inspect your repo.
The text was updated successfully, but these errors were encountered:
Unfortunately i deployed this as a namespace local issuer but the deployment container just complains about not being able to list resources at the cluster scope, specifically the manage container in the step issuer deployment
I suppose it would be simple to add a flag that does not start the StepClusterIssuerReconciler, and then with the helm chart, it should be easy to remove the cluster issuer roles, role bindings, and perhaps the CRDs.
Running as a cluster issuer is not desirable and not allow us to isolate permissions on a namespace basis. There is a big security concern giving one issuer access to all of out namespaces for certificate requests, config maps, leases etc.
As an additional nicety, would like to see an option to not use helm for deploying resources. It's very black box unless we go inspect your repo.
The text was updated successfully, but these errors were encountered: