SPIRE API Service Definitions
Go to file
Sorin Dumitru 5f39c6d370
Add created_at field inside EntryRevision (#69)
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
2025-03-21 14:49:57 -03:00
.github/workflows Update generated code after dep bump (#14) 2021-09-24 13:54:51 -06:00
proto/spire/api Add created_at field inside EntryRevision (#69) 2025-03-21 14:49:57 -03:00
.gitignore Add Mac M1 support (#22) 2022-09-09 07:42:32 -06:00
.go-version Update Go to v1.17.6 (#18) 2022-02-01 19:20:45 -07:00
CODEOWNERS Add README and other docs 2021-03-18 09:41:09 -06:00
CONTRIBUTING.md Update CONTRIBUTING.md with next branch policy 2023-02-01 07:31:40 -07:00
LICENSE Initial commit 2021-03-17 16:04:29 -06:00
MIGRATING.md Add README and other docs 2021-03-18 09:41:09 -06:00
Makefile Merge Log Level API work into the next branch (#57) 2024-03-25 15:27:49 -06:00
README.md Fix up CONTRIBUTION Guidelines around consuming changes 2021-03-18 15:37:40 -06:00
go.mod Keep go.mod Go version same as before 2022-10-28 14:15:46 -06:00
go.sum Update dependencies and re-gen protos 2022-10-28 14:15:46 -06:00

README.md

This repository contains the service definitions and code generated stubs for public SPIRE APIs.

Versioning

This repository is tagged along with SPIRE releases with the same name, even if there are no changes to the APIs between SPIRE versions. This allows consumers to always pick a tag that matches up with their deployment. Even so, SPIRE maintains API compatibility between SPIRE versions. SPIRE will clearly indicate in the CHANGELOG when APIs are deprecated and issue warnings at runtime when they are used well in advance of any removal.

Migrating Code

To migrate existing code that consumed SPIRE service definitions from the github.com/spiffe/spire/proto/spire Go module, see MIGRATING.

Contributing

This repository follows the same governance and contribution guidelines as the SPIRE project.

For specifics on getting started, see CONTRIBUTING.

Please open Issues to request features or file bugs.