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>
The noop NodeResolver has been removed in 1.0.0.
See:
- https://github.com/spiffe/spire/pull/2189
Signed-off-by: Wolodja Wentland <wolodja.wentland@control-plane.io>