new configuration version

This commit is contained in:
haburger 2024-09-04 11:27:32 +00:00
parent e00f237943
commit df59803de0
3 changed files with 35 additions and 6 deletions

View File

@ -46,9 +46,12 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-77573d3e5e2cb681902d14be670c30fa4846cda4"
tag: "r-62ba771c7d6f685abc4f0f645fa618b05f78774f"
dir: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT/DEFAULT-DEFAULT-ADN-AGOV-OB-INV/ob-fido-uaf"
credentials: "git-credentials"
database:
name: "ob-fido-uaf"
requiredVersion: "8.2405.0"
keystores:
- "ob-fido-uaf-default-server-identity"
truststores:

View File

@ -0,0 +1,26 @@
apiVersion: "operator.nevis-security.ch/v1"
kind: "NevisDatabase"
metadata:
name: "ob-fido-uaf"
namespace: "adn-agov-nevisidm-ob-01-uat"
labels:
deploymentTarget: "ob-fido-uaf"
annotations:
projectKey: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT"
patternId: "e891ec2f4f924135261d22ce"
spec:
type: "NevisFIDO"
databaseType: "MariaDB"
version: "8.2405.0"
url: "mariadb-session-store-service.adn-agov-nevisidm-ob-01-uat"
port: 3306
database: "nevisfido_uaf"
bootstrap: true
migrate: true
rootCredentials:
name: "root-mariadb-session-store"
namespace: "adn-agov-nevisidm-ob-01-uat"
podSecurity:
policy: "baseline"
automountServiceAccountToken: false
timeZone: "Europe/Zurich"

View File

@ -31,11 +31,11 @@ credential-repository:
user-attribute: extId
session-repository:
type: in-memory
jdbc-url:
max-connection-lifetime:
user:
password:
type: sql
jdbc-url: jdbc:mariadb://mariadb-session-store-service.adn-agov-nevisidm-ob-01-uat:3306/nevisfido_uaf?sslMode=disable&autocommit=true
max-connection-lifetime: 10m
user: ${exec:/var/opt/nevisfido/default/conf/credentials/dbUser}
password: ${exec:/var/opt/nevisfido/default/conf/credentials/dbPassword}
schema-user:
schema-user-password:
automatic-db-schema-setup: false