rakutentech / kafka-firehose-nozzle

Forward logs from the Cloud Foundry Firehose to Apache Kafka
MIT License
13 stars 8 forks source link

Enable to set insecure ssk skip verify from config file #1

Closed tcnksm closed 8 years ago

tcnksm commented 8 years ago

Enable it from config file,

$ cat fixtures/basic.toml
subscription_id = "kafka-firehose-nozzle"
insecure_ssl_skip_verify = true

[cf]
...

If it's true, connection to firehose & UAA (when you grab token) will be insecure. This is related to https://github.com/rakutentech/go-nozzle/pull/3

tcnksm commented 8 years ago

It works on our env.