Commit Graph

11 Commits

Author SHA1 Message Date
Agustín Martínez Fayó 5c56598fba
Fix Federation tutorial to work with SPIRE release images that are built from scratch (#112)
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2023-03-23 12:47:04 -03: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 b821a5ce51
Bring up deps in federation tutorial (#81)
Signed-off-by: Andrew Harding <aharding@vmware.com>
2022-05-06 09:55:45 -06:00
Marcos Yacob 392e6211ca
Add test to federation tutorial (#80)
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2022-05-02 17:47:44 -03:00
Wolodja Wentland 81e19a0bd3
Remove noop NodeResolver
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>
2021-10-27 14:39:56 +01:00
Agustín Martínez Fayó f49b4b9a39 Address PR comment
Signed-off-by: Agustín Martínez Fayó <amartinezfayo@gmail.com>
2021-07-16 11:21:32 -03: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
Mauricio Vásquez aec00fe961 federation: Disable CGO when building examples
The two examples fail to start in the containers because they are
compiled with CGO enabled requiring some dynamic standard libraries
that are not present there:

```
$ docker-compose up
...
broker-webapp_1         | /bin/sh: broker-webapp: not found
stock-quotes-service_1  | /bin/sh: stock-quotes-service: not found
...
```

This commit solves that by using CGO_ENABLED=0 to disable CGO.

Signed-off-by: Mauricio Vásquez <mauricio@accuknox.com>
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
2021-04-08 15:15:25 -05:00
Luciano 0c507c4fc6 address PR comments
Signed-off-by: Luciano <lucianozablocki@gmail.com>
2020-12-18 15:15:54 -03:00
Luciano 557ca3e23b create docker-compose directory
Signed-off-by: Luciano <lucianozablocki@gmail.com>
2020-12-11 11:07:18 -03:00