Skip to content

Commit d387d83

Browse files
martinfanning1Martin Fanning
andauthored
Update OHs Conf file to include other Curam Portals (#135)
Update OHs Conf file to include other Curam Portals otherwise we cannot access MDTWorkspace and others added in this changeset Co-authored-by: Martin Fanning <mfanning@merative.com>
1 parent 47f4c5e commit d387d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: spm_middleware
1111

1212
# The version of the collection. Must be compatible with semantic versioning
1313
# Please note. version also exists in /github/workflows/release.yml and will need to be update also
14-
version: 1.9.1
14+
version: 1.9.2
1515

1616
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1717
readme: README.md

roles/ohs/templates/mod_wl_ohs.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LoadModule weblogic_module "${PRODUCT_HOME}/modules/mod_wl_ohs.so"
1313
WLProxySSL ON
1414
WLSSLWallet "${ORACLE_INSTANCE}/config/fmwconfig/components/${COMPONENT_TYPE}/instances/${COMPONENT_NAME}/keystores/pluginWallet"
1515
WebLogicSSLVersion TLSv1_2
16-
<LocationMatch "^/(console|CitizenPortal|CPMExternalNS|CPMExternalS|Curam|CuramBIRTViewer|CuramWS|CuramWS2|Rest|swagger)">
16+
<LocationMatch "^/(console|CitizenPortal|CPMExternalNS|CPMExternalS|Curam|CuramBIRTViewer|CuramWS|CuramWS2|Rest|swagger|MDTWorkspace|SamplePublicAccess|NavigatorS)">
1717
WLSRequest on
1818
WebLogicHost {{ ansible_fqdn }}
1919
WebLogicPort {{ ohs_port }}

0 commit comments

Comments
 (0)