microsoft / K2Bridge

Enables Kibana to query Azure Data Explorer (ADX / Kusto)
Other
59 stars 14 forks source link

Fixed client secret passing #189

Closed AsafMah closed 1 year ago

AsafMah commented 2 years ago

Fixed client secret passing in the yml.

Turns out the quotes were parsed literally and made the password be wrong. Since azure secrets don't have spaces or special bash characters, this is fine (and works in practice)