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
Ideally ClusterFederatedTrustDomain APIs will have the same behavior as the spire federation APIs.
So to mirror:
GET /api/v1/spire/federations
POST /api/v1/spire/federations
PATCH /api/v1/spire/federations
DELETE /api/v1/spire/federations
We will implement:
GET /api/v1/spire-controller-manager/clusterfederatedtrustdomains
POST /api/v1/spire-controller-manager/clusterfederatedtrustdomains
PATCH /api/v1/spire-controller-manager/clusterfederatedtrustdomains
DELETE /api/v1/spire-controller-manager/clusterfederatedtrustdomains
That will be enabled with the config section is included.
The text was updated successfully, but these errors were encountered:
Ideally ClusterFederatedTrustDomain APIs will have the same behavior as the spire federation APIs.
So to mirror:
We will implement:
That will be enabled with the config section is included.
The text was updated successfully, but these errors were encountered: