Commit Graph

9 Commits

Author SHA1 Message Date
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