* Fix GitHub PR workflow
- Use "docker compose" rather than "docker-compose" command to be
compatible with latest Docker versions
- Bump actions versions to latest
Signed-off-by: Ryan Turner <ryan.turner253@icloud.com>
Signed-off-by: Sorin Dumitru <sorin@returnze.ro>
Co-authored-by: Sorin Dumitru <sorin@returnze.ro>
SPIRE is moving away from the alpine Docker release images in favor of
scratch images that contain only the release binary to minimize the size
of the images and include only the software that is necessary to run in
the container.
Signed-off-by: Ryan Turner <turner@uber.com>
Update all tutorials to use SPIRE v1.5.0. Remove usage of deprecated
Server config parameter `default_svid_ttl` in favor of
`default_x509_svid_ttl` and `default_jwt_svid_ttl`.
Signed-off-by: Ryan Turner <turner@uber.com>
socket_path points to a non standard location. This breaks scripts/set-env.sh line 24 where the config option is not given.
after removing socket_path the script runs fine
Signed-off-by: Falko Lehmann <falko.lehmann@codecentric.de>
Co-authored-by: Falko Lehmann <falko.lehmann@codecentric.de>