Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add configuration for stable environment #442

Closed
wants to merge 1 commit into from
Closed
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
295 changes: 295 additions & 0 deletions environments/helm-values/values-stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,295 @@
###############################################################
# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
###############################################################

portalAddress: "https://portal.stable.catena-x.net"
portalBackendAddress: "https://portal-backend.stable.catena-x.net"
centralidp:
address: "https://centralidp.stable.catena-x.net"
sharedidpAddress: "https://sharedidp.stable.catena-x.net"
semanticsAddress: "https://semantics.stable.catena-x.net"
bpdm:
poolAddress: "https://business-partners.stable.catena-x.net"
poolApiPath: "/pool/v6"
portalGateAddress: "https://business-partners.stable.catena-x.net"
portalGateApiPath: "/companies/test-company/v6"
custodianAddress: "https://managed-identity-wallets-new.stable.catena-x.net"
sdfactoryAddress: "https://sdfactory.stable.catena-x.net"
clearinghouseAddress: "https://validation.test.dih-cloud.com"
clearinghouseTokenAddress: "https://iam.test.dih-cloud.com/realms/carla/protocol/openid-connect/token"
issuerComponentAddress: "https://ssi-credential-issuer.stable.catena-x.net"
bpnDidResolverAddress: "http://bdrs-bdrs-server:8081"
dimWrapper:
baseAddress: "https://dim.stable.catena-x.net"
decentralIdentityManagementAuthAddress: ""
bpnDidResolver:
managementApiAddress: "http://bdrs-bdrs-server:8081"
directoryApiAddress: "https://bpn-did-resolution-service.stable.catena-x.net/api/directory"

frontend:

ingress:
enabled: true
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/rewrite-target: "/$1"
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-origin: "https://*.stable.catena-x.net"
tls:
- secretName: "portal.stable.catena-x.net-tls"
hosts:
- "portal.stable.catena-x.net"
hosts:
- host: "portal.stable.catena-x.net"
paths:
- path: "/(.*)"
pathType: "Prefix"
backend:
service: "portal"
port: 8080
- path: "/registration/(.*)"
pathType: "Prefix"
backend:
service: "registration"
port: 8080
- path: "/((assets|documentation)/.*)"
pathType: "Prefix"
backend:
service: "assets"
port: 8080

backend:
ingress:
enabled: true
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "8m"
nginx.ingress.kubernetes.io/cors-allow-origin: "https://*.stable.catena-x.net"
tls:
- secretName: "portal-backend.stable.catena-x.net-tls"
hosts:
- "portal-backend.stable.catena-x.net"
hosts:
- host: "portal-backend.stable.catena-x.net"
paths:
- path: "/api/registration"
pathType: "Prefix"
backend:
service: "registration-service"
port: 8080
- path: "/api/administration"
pathType: "Prefix"
backend:
service: "administration-service"
port: 8080
- path: "/api/notification"
pathType: "Prefix"
backend:
service: "notification-service"
port: 8080
- path: "/api/apps"
pathType: "Prefix"
backend:
service: "marketplace-app-service"
port: 8080
- path: "/api/services"
pathType: "Prefix"
backend:
service: "services-service"
port: 8080

keycloak:
central:
clientId: "<path:portal/data/portal-iam-clientIds#central-client-id>"
clientSecret: "<path:portal/data/stable/iam/centralidp-client-secrets#reg-central-sa>"
shared:
clientId: "<path:portal/data/portal-iam-clientIds#shared-client-id>"
clientSecret: "<path:portal/data/stable/iam/sharedidp-client-secrets#reg-shared-sa>"

useDimWallet: true

mailing:
host: "<path:portal/data/mailing#host>"
port: "<path:portal/data/mailing#port>"
user: "<path:portal/data/mailing#user>"
password: "<path:portal/data/mailing#password>"
senderEmail: "<path:portal/data/mailing#senderMail>"

registration:
logging:
default: "Debug"
bpdmLibrary: "Debug"
registrationService: "Debug"
healthChecks:
startup:
tags:
- name: "HEALTHCHECKS__0__TAGS__0"
value: "keycloak"
- name: "HEALTHCHECKS__0__TAGS__1"
value: "portaldb"
swaggerEnabled: true

administration:
logging:
default: "Debug"
businessLogic: "Debug"
sdfactoryLibrary: "Debug"
bpdmLibrary: "Debug"
custodianLibrary: "Debug"
healthChecks:
startup:
tags:
- name: "HEALTHCHECKS__0__TAGS__0"
value: "keycloak"
- name: "HEALTHCHECKS__0__TAGS__1"
value: "portaldb"
- name: "HEALTHCHECKS__0__TAGS__2"
value: "provisioningdb"
swaggerEnabled: true
issuerdid: "did:web:portal-backend.stable.catena-x.net:api:administration:staticdata:did:BPNL00000003CRHK"
serviceAccount:
encryptionConfigs:
index0:
encryptionKey: "<path:portal/data/stable/encryption-keys#serviceaccount-encryption-key0>"

provisioning:
sharedRealm:
smtpServer:
host: "<path:portal/data/mailing#host>"
port: "<path:portal/data/mailing#port>"
user: "<path:portal/data/mailing#user>"
password: "<path:portal/data/mailing#password>"
from: "<path:portal/data/mailing#from>"
replyTo: "<path:portal/data/mailing#replyto>"

appmarketplace:
logging:
default: "Debug"
offersLibrary: "Debug"
healthChecks:
startup:
tags:
- name: "HEALTHCHECKS__0__TAGS__0"
value: "keycloak"
- name: "HEALTHCHECKS__0__TAGS__1"
value: "portaldb"
swaggerEnabled: true

portalmigrations:
logging:
default: "Debug"

notification:
logging:
default: "Debug"
healthChecks:
startup:
tags:
- name: "HEALTHCHECKS__0__TAGS__0"
value: "keycloak"
- name: "HEALTHCHECKS__0__TAGS__1"
value: "portaldb"
swaggerEnabled: true

services:
logging:
default: "Debug"
offersLibrary: "Debug"
healthChecks:
startup:
tags:
- name: "HEALTHCHECKS__0__TAGS__0"
value: "keycloak"
- name: "HEALTHCHECKS__0__TAGS__1"
value: "portaldb"
swaggerEnabled: true

processesworker:
logging:
default: "Debug"
processesLibrary: "Debug"
bpdmLibrary: "Debug"
clearinghouseLibrary: "Debug"
custodianLibrary: "Debug"
sdfactoryLibrary: "Debug"
offerProvider: "Debug"
bpdm:
clientId: "<path:portal/data/portal-iam-clientIds#bpdm-client-id>"
clientSecret: "<path:portal/data/stable/iam/centralidp-client-secrets#portal-bpdm-sa>"
clearinghouse:
clientId: "<path:portal/data/stable/clearinghouse#client-id>"
clientSecret: "<path:portal/data/stable/clearinghouse#client-secret>"
custodian:
clientId: "<path:portal/data/portal-iam-clientIds#custodian-client-id>"
clientSecret: "<path:portal/data/stable/iam/centralidp-client-secrets#custodian-sa>"
sdfactory:
issuerBpn: "BPNL00000003CRHK"
clientId: "<path:portal/data/portal-iam-clientIds#sdfactory-client-id>"
clientSecret: "<path:portal/data/stable/iam/centralidp-client-secrets#portal-sdfactory-sa>"
offerprovider:
clientId: "<path:portal/data/portal-iam-clientIds#offerprovider-client-id>"
clientSecret: "<path:portal/data/stable/iam/centralidp-client-secrets#offerprovider-sa>"
onboardingServiceProvider:
encryptionConfigs:
index0:
cipherMode: "CBC"
paddingMode: "PKCS7"
encryptionKey: "<path:portal/data/stable/encryption-keys#onboardingserviceprovider-encryption-key0>"
index1:
encryptionKey: "<path:portal/data/stable/encryption-keys#onboardingserviceprovider-encryption-key1>"
dim:
clientId: "<path:portal/data/stable/dim-iam#client-id>"
clientSecret: "<path:portal/data/stable/dim-iam#client-secret>"
universalResolverAddress: "https://dev.uniresolver.io/"
encryptionConfigs:
index0:
encryptionKey: "<path:portal/data/stable/encryption-keys#dim-encryption-key0>"
issuerComponent:
clientId: "<path:portal/data/portal-iam-clientIds#issuercomponent-client-id>"
clientSecret: "<path:portal/data/stable/iam/centralidp-client-secrets#portal-issuer-sa>"
bpnDidResolver:
apiKey: "<path:portal/data/bdrs-mgmt-api-key#content>"
invitation:
encryptionConfigs:
index0:
encryptionKey: "<path:portal/data/stable/encryption-keys#invitation-encryption-key0>"
mailing:
encryptionConfigs:
index0:
encryptionKey: "<path:portal/data/stable/encryption-keys#mailing-encryption-key0>"

replicaCount: 2

postgresql:
auth:
password: "<path:portal/data/stable/postgres#postgres-password>"
replicationPassword: "<path:portal/data/stable/postgres#replication-password>"
portalPassword: "<path:portal/data/stable/postgres#portal-password>"
provisioningPassword: "<path:portal/data/stable/postgres#provisioning-password>"
architecture: "standalone"
primary:
extendedConfiguration: |
max_connections = 200
readReplicas:
extendedConfiguration: |
max_connections = 200