Buckler plugin - TLS connection

Hi,

I would like install Buckler plugin to have TLS connection between Elasticsearch and Bitbucket server.
On Atlassian website (Install and configure a remote Elasticsearch server | Bitbucket Data Center and Server 7.21 | Atlassian Documentation) we have basic description:

<ELASTICSEARCH CONFIG DIRECTORY>/BUCKLER/BUCKLER.YML
auth.basic.http.enabled: true
auth.basic.tcp.enabled: true
auth.basic.username: admin
auth.basic.password: basicpassword
tls.http.enabled: true
tls.tcp.enabled: true
tls.keystore.path: /path/to/keystore
tls.keystore.password: keystorepassword

What should I put in keystore? I have tried "auth.basic.username" and "auth.basic.password". It didn't work.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.