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
Currently static entry creation in Tornjak via the /api/v1/spire/entries API works even when the SPIRE controller manager is deployed.
However the behavior is unintended - the SPIRE controller manager deletes entries created via API because of the reconciliation process.
Given we are beginning to support ClusterFederatedTrustDomain CRDs (#529 ) , it would be natural to extend this work: to support the ClusterStaticEntry CRD.
The text was updated successfully, but these errors were encountered:
Currently static entry creation in Tornjak via the
/api/v1/spire/entries
API works even when the SPIRE controller manager is deployed.However the behavior is unintended - the SPIRE controller manager deletes entries created via API because of the reconciliation process.
Given we are beginning to support ClusterFederatedTrustDomain CRDs (#529 ) , it would be natural to extend this work: to support the ClusterStaticEntry CRD.
The text was updated successfully, but these errors were encountered: