feat(elk): loosen kibanas SSL verification mode
This commit is contained in:
parent
9f52edfbd6
commit
9776ac0228
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ job "elk" {
|
|||
password: ${ELASTICSEARCH_PASSWORD}
|
||||
requestTimeout: 600000
|
||||
ssl:
|
||||
verificationMode: certificate # TODO: Change to full once we have a cert that signs for the ips
|
||||
certificateAuthorities:
|
||||
- /usr/share/kibana/config/elasticsearch-ca.pem
|
||||
server:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue