Commit Graph

11 Commits

Author SHA1 Message Date
Ryan Turner 01f85ba953
Fix usage of Docker Compose (#139)
* 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>
2025-01-23 12:29:42 -08:00
Ryan Turner 9164341a6c
Replace alpine images with scratch images (#98)
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>
2022-12-14 20:35:15 -07:00
Ryan Turner 31dd3df1fa
Update SPIRE to v1.5.0 (#96)
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>
2022-11-03 14:06:01 -06:00
Andrew Harding f1801dc4b1
Update github links (#83)
This change updates links to github repositories to incorporate renames
to their default branches.

Signed-off-by: Andrew Harding <aharding@vmware.com>
2022-05-09 09:27:29 -06:00
jiashuChen 989868c288
Update to latest spire release 1.2.3 (#72)
Signed-off-by: Jiashu Chen <cjs20080808@hotmail.com>
2022-05-06 09:03:17 -06:00
Marcos Yacob 5cb41636f5
Enable Github actions (#78)
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2022-05-01 10:49:50 -06:00
Falko d2b4baa287
Remove socket_path form server config (#76)
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>
2022-04-22 09:14:09 -06:00
Agustín Martínez Fayó c7775bb260 Update tutorials to use SPIRE 1.0.0
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2021-07-14 14:46:20 -03:00
Luciano 0c507c4fc6 address PR comments
Signed-off-by: Luciano <lucianozablocki@gmail.com>
2020-12-18 15:15:54 -03:00
Luciano afed0b568b add docker compose file path to scripts, add test all script
Signed-off-by: Luciano <lucianozablocki@gmail.com>
2020-12-11 11:42:42 -03:00
Luciano 557ca3e23b create docker-compose directory
Signed-off-by: Luciano <lucianozablocki@gmail.com>
2020-12-11 11:07:18 -03:00