spiffe / spire-controller-manager

Kubernetes controller manager that reconciles workload registration and federation relationships.
Apache License 2.0
47 stars 36 forks source link

Add the ability to control what is synced #297

Closed kfox1111 closed 5 months ago

kfox1111 commented 6 months ago

Adds a new config option reconcile. It lets you set which CR types will be reconciled.

reconcile:
  clusterSPIFFEIDs: true
  clusterFederatedTrustDomains: true
  clusterStaticEntries: true