https://github.com/spiffe/spire-api-sdk
SPIRE API Service Definitions
https://github.com/spiffe/spire-api-sdk
spire
Last synced: 8 months ago
JSON representation
SPIRE API Service Definitions
- Host: GitHub
- URL: https://github.com/spiffe/spire-api-sdk
- Owner: spiffe
- License: apache-2.0
- Created: 2021-03-17T22:04:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-18T19:34:00.000Z (9 months ago)
- Last Synced: 2025-10-07T23:56:16.277Z (9 months ago)
- Topics: spire
- Language: Makefile
- Size: 307 KB
- Stars: 17
- Watchers: 6
- Forks: 35
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
This repository contains the service definitions and code generated stubs for
public [SPIRE](https://github.com/spiffe/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](/MIGRATING.md).
## Contributing
This repository follows the same governance and contribution guidelines as the
[SPIRE](https://github.com/spiffe/spire) project.
For specifics on getting started, see [CONTRIBUTING](/CONTRIBUTING.md).
Please open [Issues](https://github.com/spiffe/spire/issues) to request features or file bugs.