Merge pull request #9889 from jumpserver/pr@dev@perf_ignore_ssl

perf: tinkerd 部署增加 ignore-verify-certs 配置
pull/9892/head
老广 2 years ago committed by GitHub
commit 8a0bd3379c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,7 @@ jobs:
build-args: |
APT_MIRROR=http://deb.debian.org
PIP_MIRROR=https://pypi.org/simple
PIP_JMS_MIRROR=https://pypi.org/simple
cache-from: type=gha
cache-to: type=gha,mode=max

@ -175,7 +175,7 @@
- 'C:\Program Files\Chrome\chrome-win'
- 'C:\Program Files\JumpServer\drivers\chromedriver_win32'
- name: Set Chromium variables diable Google Api (Chromium)
- name: Set Chromium variables disable Google Api (Chromium)
ansible.windows.win_environment:
level: machine
variables:
@ -199,7 +199,7 @@
- name: Generate tinkerd component config
ansible.windows.win_shell:
"tinkerd config --hostname {{ HOST_NAME }} --core_host {{ CORE_HOST }}
--token {{ BOOTSTRAP_TOKEN }} --host_id {{ HOST_ID }}"
--token {{ BOOTSTRAP_TOKEN }} --host_id {{ HOST_ID }} --ignore-verify-certs {{ IGNORE_VERIFY_CERTS }}"
- name: Install tinkerd service
ansible.windows.win_shell:

Loading…
Cancel
Save