Skip to content

Commit

Permalink
[devel] Add help text about Azure env. vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevan committed May 10, 2022
1 parent a475409 commit f984c64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/pgmetrics/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ more details about these refer to the AWS documentation.
AWS_DEFAULT_REGION, AWS_PROFILE, AWS_DEFAULT_PROFILE,
AWS_SDK_LOAD_CONFIG, AWS_SHARED_CREDENTIALS_FILE,
AWS_CONFIG_FILE, AWS_CA_BUNDLE
The following Azure-related environment variables are understood. For
more details about these refer to the Azure documentation.
AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET,
AZURE_USERNAME, AZURE_PASSWORD, AZURE_CLIENT_CERTIFICATE_PATH
`

var version string // set during build
Expand Down

0 comments on commit f984c64

Please sign in to comment.