spiffe-helper icon indicating copy to clipboard operation
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

Results 30 spiffe-helper issues
Sort by recently updated
recently updated
newest added

Update Makefile to allow windows support, and update CI to build windows binaries

Clean examples and verify still working

Why would I want to use this? How do I build, install and use this utility? What configuration options are available? This should all be included in our README.md.

- Add a `daemon_mode` configurable to toggle running spiffe-helper as a daemon. When daemon mode is disabled x509 and/or jwts are downloaded and spiffe-helper exits. - Add a `daemon-mode` cli...

Add automation to create images when releasing spiffe-helper, Acceptance criteria: - use scratch image as base - images are pushed into `ghcr.io` Optional: - Release windows images

It is not possible for a workload to determine the trust domain automatically. It would be nice to have an option to drop the trust domain into a file.

Some of the embedded Dockerfiles used for integration tests have hard code Go versions. We should have the Go versions for these sourced from a single place. List of files:...

Running `make docker-build` results in the following warnings: ``` 2 warnings found (use --debug to expand): - InvalidDefaultArgInFrom: Default value for ARG golang:${go_version}-alpine results in empty or invalid base image...