spiffe-helper

Retrieve and manage SVIDs on behalf of a workload

brewmacoslinux
Try with needOr install directly
Source

About

Tool that can be used to retrieve and manage SVIDs on behalf of a workload

Commands

spiffe-helper

Examples

Retrieve a SPIFFE identity (SVID) from SPIRE$ spiffe-helper get-svid -socketPath /tmp/agent.sock
Retrieve SVID and save to file with automatic renewal$ spiffe-helper get-svid -socketPath /tmp/agent.sock -certDir /var/lib/certs
Watch for SVID updates and execute a command on renewal$ spiffe-helper get-svid -socketPath /tmp/agent.sock -cmd 'systemctl reload myservice'