Sets federation bundles
Call spire-server bundle set
post/api/v1/spire/federations/bundles
Request body
Example request
{
"bundle": [
{
"trust_domain": "example.org",
"x509_authorities": [
{
"asn1": "MIIDiz..."
}
],
"jwt_authorities": [
{
"public_key": "MIIBIj...",
"key_id": "Elaub...",
"expires_at": 1723062174
}
],
"sequence_number": 3
}
]
}Response
OK
Example response
{
"results": [
{
"status": {
"message": "OK"
},
"bundle": {
"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
- ▲