I renamed `tlsAuth` to `tlsClientAuth` to better describe the fact that
this variable is used to enable TLS client authentication (as opposed to
server authentication) in c04d95f35.
However, changing the name breaks backwards compatibility for existing
installations using this feature and Grafana does not have a
standardised way of migrating changes in the schema:
https://github.com/grafana/grafana/pull/9377#issuecomment-333063543
For reasons of expediency given the severity of the bug (not verifying
TLS), keep the old name.
<gf-form-switchclass="gf-form"label="With Credentials"tooltip="Whether credentials such as cookies or auth headers should be sent with cross-site requests."checked="current.withCredentials"label-class="width-11"switch-class="max-width-6"></gf-form-switch>
<gf-form-switchclass="gf-form"ng-if="current.access=='proxy'"label="With CA Cert"tooltip="Optional. Needed for self-signed TLS Certs."checked="current.jsonData.tlsAuthWithCACert"label-class="width-11"switch-class="max-width-6"></gf-form-switch>