feat: add mtls authen method in http/http keyword

This commit is contained in:
Suriya Soutmun 2023-01-04 14:37:30 +07:00
parent faa78443d6
commit 43941fa2c6
No known key found for this signature in database
GPG key ID: 681DFD4FD0F63C78
3 changed files with 51 additions and 15 deletions

View file

@ -688,6 +688,9 @@ let needSetup = false;
bean.headers = monitor.headers;
bean.basic_auth_user = monitor.basic_auth_user;
bean.basic_auth_pass = monitor.basic_auth_pass;
bean.tlsCa = monitor.tlsCa;
bean.tlsCert = monitor.tlsCert;
bean.tlsKey = monitor.tlsKey;
bean.interval = monitor.interval;
bean.retryInterval = monitor.retryInterval;
bean.resendInterval = monitor.resendInterval;