feature/ariadne #11

Merged
bstein merged 416 commits from feature/ariadne into main 2026-01-28 14:05:40 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit e24ff4782c - Show all commits

View File

@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: comms-secrets-ensure-6
name: comms-secrets-ensure-7
namespace: comms
spec:
backoffLimit: 1

View File

@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: mas-local-users-ensure-16
name: mas-local-users-ensure-17
namespace: comms
spec:
backoffLimit: 1

View File

@ -89,7 +89,11 @@ spec:
export VAULT_OIDC_USER_POLICIES="{{ .Data.data.user_policies }}"
export VAULT_OIDC_REDIRECT_URIS="{{ .Data.data.redirect_uris }}"
export VAULT_OIDC_BOUND_AUDIENCES="{{ .Data.data.bound_audiences }}"
{{- if .Data.data.bound_claims_type }}
export VAULT_OIDC_BOUND_CLAIMS_TYPE="{{ .Data.data.bound_claims_type }}"
{{- else }}
export VAULT_OIDC_BOUND_CLAIMS_TYPE="string"
{{- end }}
{{ end }}
spec:
serviceAccountName: ariadne