Lists all federations configured on SPIRE Server
Lists all federations configured on SPIRE Server
get/api/v1/spire-controller-manager/clusterfederatedtrustdomains
Response
OK
Example response
{
"federation_relationships": [
{
"trust_domain": "example1.org",
"bundle_endpoint_url": "https://bundle.example1.org",
"BundleEndpointProfile": {
"HttpsSpiffe": {
"endpoint_spiffe_id": "spiffe://example1.org/spire-server"
}
}
}
]
}Changes
Changed in 2 of the 4 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲