added warning about reading sql server creds from a file

pull/1048/head
Scott Anderson 2020-05-26 17:05:13 -06:00
parent 021d77113a
commit 6c8749c509
2 changed files with 14 additions and 0 deletions

View File

@ -173,6 +173,13 @@ azure auth=ENV
```
##### Retrieve authentication credentials from a file
{{% warn %}}
**InfluxDB OSS** and **{{< cloud-name "short" >}}** user interfaces do _**not**_ provide
access to the underlying file system and do not support reading credentials from a file.
To retrieve SQL Server credentials from a file, execute the query in the
[Flux REPL](/v2.0/reference/cli/influx/repl/) on your local machine.
{{% /warn %}}
```
azure auth=c:\secure\azure.auth
```

View File

@ -182,6 +182,13 @@ azure auth=ENV
```
##### Retrieve authentication credentials from a file
{{% warn %}}
**InfluxDB OSS** and **{{< cloud-name "short" >}}** user interfaces do _**not**_ provide
access to the underlying file system and do not support reading credentials from a file.
To retrieve SQL Server credentials from a file, execute the query in the
[Flux REPL](/v2.0/reference/cli/influx/repl/) on your local machine.
{{% /warn %}}
```
azure auth=c:\secure\azure.auth
```