Skip to content

Commit

Permalink
Updates to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
callumpjackson committed Sep 18, 2023
1 parent 6c85e18 commit 024f930
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
samples/RancherRKEOpenEBS/test/ccdt_generated.json
samples/RancherRKEOpenEBS/deploy/mtlsqm.yaml
samples/AWSEKS/deploy/mtlsqm.yaml
samples/AWSEKS/test/ccdt_generated.json
samples/AzureAKS/deploy/mtlsqm.yaml
samples/AzureAKS/test/ccdt_generated.json
2 changes: 1 addition & 1 deletion samples/AWSEKS/deploy/mtlsqm.yaml_template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
data:
mq.mqsc: |-
DEFINE QLOCAL('APPQ') DEFPSIST(YES)
DEFINE CHANNEL(MTLSQMCHL) CHLTYPE(SVRCONN) TRPTYPE(TCP) SSLCAUTH(REQUIRED) SSLCIPH('ANY_TLS12_OR_HIGHER')
DEFINE CHANNEL(MTLSQMCHL) CHLTYPE(SVRCONN) TRPTYPE(TCP) SSLCAUTH(REQUIRED) SSLCIPH('ANY_TLS12_OR_HIGHER') HBINT(1)
ALTER AUTHINFO(SYSTEM.DEFAULT.AUTHINFO.IDPWOS) AUTHTYPE(IDPWOS) ADOPTCTX(YES) CHCKCLNT(OPTIONAL) CHCKLOCL(OPTIONAL) AUTHENMD(OS)
SET CHLAUTH('MTLSQMCHL') TYPE(SSLPEERMAP) SSLPEER('CN=application1,OU=app team1') USERSRC(MAP) MCAUSER('app1') ACTION(ADD)
REFRESH SECURITY TYPE(CONNAUTH)
Expand Down
2 changes: 2 additions & 0 deletions samples/AWSEKS/deploy/secureapp_nativeha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ route:
loadBalancer:
webconsole: true
mqtraffic: true
annotations:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "4"
6 changes: 5 additions & 1 deletion samples/AWSEKS/test/ccdt_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"cipherSpecification": "ANY_TLS12_OR_HIGHER",
"certificateLabel": "aceclient"
},
"type": "clientConnection"
"type": "clientConnection",
"connectionManagement":
{
"heartbeatInterval": 1
}
}
]
}

0 comments on commit 024f930

Please sign in to comment.