Commit Graph

13 Commits

Author SHA1 Message Date
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 85274682b0
Remove "ps"-based OIDC Discovery Provider readiness probes (#97)
* Remove "ps"-based OIDC Discovery Provider readiness probes

We are migrating away from the alpine images towards the scratch images
being the default. In a scratch image, we don't have the "ps" binary.

There is a bug in the OIDC Discovery Provider that prevents the HTTP
liveness/readiness endpoint from being available outside the container
(see spiffe#spire/3629), so just remove the readiness probes for now.
Turn on the health check endpoint to the OIDC Discovery Provider so that
probes can be added later on once the issue is resolved.

Also update some old configs that are no longer correct to get the
examples to run properly.

Signed-off-by: Ryan Turner <turner@uber.com>
2022-12-08 14:35:08 -08: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
Philip Corney e85e27be46
update oidc to support new registration (#89)
Signed-off-by: Phil.Corney <phil.corney@arm.com>
Signed-off-by: Phil.Corney <phil.corney@gmail.com>

Co-authored-by: Phil.Corney <phil.corney@arm.com>
2022-08-08 10:23:26 -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
Christoph Dalski d00bf265c0
Update ingress apiVersion from extensions/v1beta1 to networking.k8s.io/v1 and change ingress configuration accordingly (#77)
Signed-off-by: Christoph Dalski <chdalski.coding@gmail.com>
2022-05-05 12:45:35 -06:00
Andrew Harding 1a5b67f240
Merge pull request #69 from babilen/pr/service-account-allow-list
Update service account allow list configurable
2021-10-27 12:21:07 -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
Wolodja Wentland 67b0f156e2
Update service account allow list configurable
The `k8s_sat` and `k8s_psat` NodeAttestor configurable
`service_account_whitelist` has been removed in the 1.1.0 release
after having been deprecated in favour of `service_account_allow_list`
in 1.0.0.

See:
- https://github.com/spiffe/spire/pull/2253
- https://github.com/spiffe/spire/pull/2543

Signed-off-by: Wolodja Wentland <wolodja.wentland@control-plane.io>
2021-10-27 14:04:29 +01: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
Ryuma Yoshida 62ca64a12c Use the healthcheck endpoints in the kubernetes manifests
Signed-off-by: Ryuma Yoshida <ryuma.y1117@gmail.com>
2021-04-02 17:27:19 +09:00
lucianozablocki d5f3a4b939
Add readiness probe to k8s config of SPIRE server present in quickstart guide (#51)
* add readiness probe to spire server

Signed-off-by: Luciano <lucianozablocki@gmail.com>
2021-01-14 15:18:38 -03:00
Maximiliano Churichi 99f8303d5b
Adds SPIRE-Vault OIDC tutorial (#27)
* Adds SPIRE-Vault OIDC tutorial

Signed-off-by: Maximiliano Churichi <maximiliano.churichi@hpe.com>

* Adds /keys path to OIDC ingress

Signed-off-by: Maximiliano Churichi <maximiliano.churichi@hpe.com>

* Adds JWKS method note

Signed-off-by: Maximiliano Churichi <maximiliano.churichi@hpe.com>

* Addresses comments by @sanderson042

Signed-off-by: Maximiliano Churichi <maximiliano.churichi@hpe.com>

* Address more comments by @sanderson042

Signed-off-by: Maximiliano Churichi <maximiliano.churichi@hpe.com>

* Addresses more comments by @sanderson042

Signed-off-by: Maximiliano Churichi <maximiliano.churichi@hpe.com>

* More fixes

Signed-off-by: Maximiliano Churichi <maximiliano.churichi@hpe.com>

* Fixes some typos

Signed-off-by: Maximiliano Churichi <maximiliano.churichi@hpe.com>
2020-10-22 11:20:02 -07:00