feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit e9fb11af40 - Show all commits

View File

@ -8,7 +8,7 @@ metadata:
apiVersion: batch/v1
kind: Job
metadata:
name: mas-secrets-ensure-3
name: mas-secrets-ensure-4
namespace: sso
spec:
backoffLimit: 2
@ -66,7 +66,7 @@ spec:
openssl rand -base64 32 > /work/encryption
openssl rand -hex 32 > /work/matrix_shared_secret
openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -out /work/rsa_key >/dev/null 2>&1
chmod 0600 /work/*
chmod 0644 /work/*
env:
- name: KEYCLOAK_ADMIN
valueFrom: