Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Dec 6, 2024
1 parent e968cc2 commit c6d4704
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ importContent: true

validWebcomponentUrls: ".?"
featureToggles: "enableSessionAutoRefresh=true"

trust:
openmfp:
baseDomains: "localhost"
# discoveryEndpoint: http://openmfp-keycloak/keycloak/realms/master/.well-known/openid-configuration
authDomain: http://localhost:8000/keycloak/realms/openmfp/protocol/openid-connect/auth
tokenUrl: http://openmfp-keycloak/keycloak/realms/openmfp/protocol/openid-connect/token
oidcClientSecretName: openmfp-client
loginAudience: openmfp
secretKeyRef: attribute.client_secret
6 changes: 5 additions & 1 deletion local-setup/kustomize/components/openmfp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ spec:
portal:
virtualService:
hosts:
- portal.openmfp.local
- "*"
validWebcomponentUrls: "portal.openmfp.local"
trust:
openmfp:
baseDomains: "portal.openmfp.local"

0 comments on commit c6d4704

Please sign in to comment.