spiffe-helper
spiffe-helper copied to clipboard
The SPIFFE Helper is a tool that can be used to retrieve and manage SVIDs on behalf of a workload
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.19.0 to 0.20.0. Commits 7d69d98 unix: extend support for z/OS 7758090 cpu: add support for sve2 detection 9a28524 windows: drop go version tags for unsupported versions 27dc90b...
It would be nice if the tool had integration with `systemd` to enable launch / reload via `systemd`. Its saves sysadmins from "reinventing the wheel" and un-necessary DIY maintenance dependencies....
Partially implements: https://github.com/spiffe/spiffe-helper/issues/115
When the workload has multiple spiffeid's there needs to be a way to specify a hint so the desired identifier can be used.
There needs to be a container image for this so it can be more easily used in containerized environments.
Right now its just`helper.conf` in the same directory as the binary. Should be something like `/opt/spire/conf/spiffe-helper/helper.conf`
## Changes proposal: Adds support for plugins according with [issue #65](https://github.com/spiffe/spiffe-helper/issues/65), on each X.509 SVID, JWT SVID or JWT Bundle update, the helper will notify this change to all the...
While using **cmd = ""**, spiffe-helper keeps showing: ``` unable to signal process: error executing process: fork/exec : no such file or directory ``` < helper.conf with **cmd = ""**...