spiffe / tornjak

Tornjak is a UI and management layer used for brokering human access to one or more SPIRE deployments
Apache License 2.0
78 stars 41 forks source link

Add SPIRE Federation APIs #475

Closed maia-iyer closed 1 month ago

maia-iyer commented 2 months ago

Additional functions are located here: https://github.com/spiffe/spire-api-sdk/blob/main/proto/spire/api/server/trustdomain/v1/trustdomain.proto

We will likely wish to add the following APIs: path v1 path spire function
/api/federation/get GET /api/v1/spire/federations ListFederationRelationship
/api/federation/create CREATE /api/v1/spire/federations BatchCreateFederationRelationship
/api/federation/update PATCH /api/v1/spire/federations BatchUpdateFederationRelationship
/api/federation/delete DELETE /api/v1/spire/federations BatchDeleteFederationRelationship
/api/federation/bundle/refresh POST /api/v1/spire/federations/bundles/refresh RefreshBundle