Skip to content

Commit

Permalink
build: set zss TLSv1.2 in install tests
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Oct 13, 2023
1 parent b7ab316 commit ccd5e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/configfmid/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"components.caching-service.port": "{{ zowe_caching_service_port }}"
"components.app-server.port": "{{ zowe_zlux_port }}"
"components.zss.port": "{{ zowe_zss_port }}"
"components.zss.agent.https.maxTls": "TLSv1.2"
"components.jobs-api.port": "{{ zowe_jobs_api_port }}"
"components.files-api.port": "{{ zowe_mvs_api_port }}"
# other gateway configs
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/configure/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@
"components.caching-service.port": "{{ zowe_caching_service_port }}"
"components.app-server.port": "{{ zowe_zlux_port }}"
"components.zss.port": "{{ zowe_zss_port }}"
"components.zss.agent.https.maxTls": "TLSv1.2"
"components.jobs-api.port": "{{ zowe_jobs_api_port }}"
"components.files-api.port": "{{ zowe_mvs_api_port }}"
# other gateway configs
Expand Down

0 comments on commit ccd5e15

Please sign in to comment.