SPIRE Registration
SPIRE Registration (protocolsoup-spire-registration)
Section titled “SPIRE Registration (protocolsoup-spire-registration)”Image: ghcr.io/parlesec/protocolsoup-spire-registration
When To Use
Section titled “When To Use”Run this one-shot container to create baseline SPIRE workload registration entries after SPIRE server is healthy.
Runtime Contract
Section titled “Runtime Contract”| Property | Value |
|---|---|
| TCP port | None |
| Socket | /run/spire/sockets/server.sock (read-only) |
| Behavior | Runs once and exits with code 0 |
docker run --rm \ -v spire-server-socket:/run/spire/sockets:ro \ ghcr.io/parlesec/protocolsoup-spire-registration:latestOperational Notes
Section titled “Operational Notes”- Run after SPIRE server and SPIRE agent are healthy.
- This is a bootstrap step, not a long-running service.
- Review and adjust created workload entries to match your deployment topology.