Get current SPIRE server bundle
Retrieves SPIRE server bundle
get/api/v1/spire/bundle
Response
OK
Example response
{
"trust_domain": "example.org",
"x509_authorities": [
{
"asn1": "MIIDiz..."
}
],
"jwt_authorities": [
{
"public_key": "MIIBIj...",
"key_id": "Elaub...",
"expires_at": 1723062174
}
],
"sequence_number": 3
}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
- ▲