ExpediaGroup / waggle-dance

Hive federation service. Enables disparate tables to be concurrently accessed across multiple Hive deployments.
Apache License 2.0
273 stars 76 forks source link

tunneling: Make strict host checking optional #33

Closed patduin closed 6 years ago

patduin commented 6 years ago

As a user of Waggle Dance I'd like to make strict host checking option So that I can bypass any host checking issues

The JSCH library we use to setup the ssh tunnel can be configure to skip strict host checking. We ran into issue (see https://github.com/HotelsDotCom/waggle-dance/issues/32) where the encryption key wasn't supported and it would be great to have quick workarounds for this. Or at least leave it up to the user to enable or disable strict host checking.

Acceptance Criteria

courtsVII commented 6 years ago

metastore-tunnel.strict-host-key-checking feature added