spiffe / spire-controller-manager

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

reconciler: don't delete join token based entries #306

Closed shashankram closed 5 months ago

shashankram commented 5 months ago

Updates the reconciler to ignore the deletion of join token based entries since join tokens are created out-of-band and can be used in conjunction with the controller-manager.

Resolves #247

shashankram commented 5 months ago

Looks good to me. One issue inline.

fixed, thanks