Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SPIRE bundle APIs #474

Closed
maia-iyer opened this issue Aug 6, 2024 · 1 comment · Fixed by #478
Closed

Add SPIRE bundle APIs #474

maia-iyer opened this issue Aug 6, 2024 · 1 comment · Fixed by #478
Labels
backend Tornjak API (Backend)
Milestone

Comments

@maia-iyer
Copy link
Collaborator

maia-iyer commented Aug 6, 2024

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

We will likely wish to add the following APIs:

path v1 path spire function
/api/bundle/get GET /api/v1/spire/bundles GetBundles
/api/federations/bundles/get GET /api/v1/spire/federations/bundles GetFederatedBundles
/api/federations/bundles/create POST /api/v1/spire/federations/bundles BatchCreateFederatedBundle
/api/federations/bundles/update PATCH /api/v1/spire/federations/bundles BatchUpdateFederatedBundle
/api/federations/bundles/delete DELETE /api/v1/spire/federations/bundles BatchDeleteFederatedBundle
@maia-iyer maia-iyer added the backend Tornjak API (Backend) label Aug 6, 2024
@maia-iyer maia-iyer added this to the 1.8.0 milestone Aug 6, 2024
@maia-iyer
Copy link
Collaborator Author

Upon review will only add to the new api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Tornjak API (Backend)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant