Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions k8s/oidc-vault/k8s/ingress.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion k8s/oidc-vault/k8s/oidc-dp-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data:
oidc-discovery-provider.conf: |
log_level = "INFO"
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you will configure in DNS
domain = "MY_DISCOVERY_DOMAIN"
domains = ["MY_DISCOVERY_DOMAIN"]
acme {
directory_url = "https://acme-v02.api.letsencrypt.org/directory"
cache_dir = "/run/spire"
Expand Down
4 changes: 2 additions & 2 deletions k8s/oidc-vault/k8s/server-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
initialDelaySeconds: 5
periodSeconds: 5
- name: spire-oidc
image: ghcr.io/spiffe/oidc-discovery-provider:1.5.1
image: ghcr.io/spiffe/oidc-discovery-provider:1.5.3
args:
- -config
- /run/spire/oidc/config/oidc-discovery-provider.conf
Expand All @@ -71,7 +71,7 @@ spec:
readOnly: false
readinessProbe:
httpGet:
path: /keys # TODO: Change this to /ready when using 1.5.2+
path: /ready
port: 8008
failureThreshold: 5
initialDelaySeconds: 5
Expand Down