Commit Graph

17 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 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
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
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 392e6211ca
Add test to federation tutorial (#80)
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2022-05-02 17:47:44 -03:00
Marcos Yacob 4b750f2da9
Clean test code (#79)
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2022-05-02 15:37:31 -03: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
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 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