You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much like kubectl, aws and gcloud-cli, az-cli: env variables are the first source of credentials, but they all fall back to local credentials (using the current configured profile)
The text was updated successfully, but these errors were encountered:
Interesting idea, @gitirabassi. However, I don't think such functionality belongs to the library. This should be incorporated into a tool that uses the library. E.g. if the influx tool would use go client it could use env variables to feed them to the go client API.
The examples you provided are actually also tools and they internally use some libraries for connecting to the respective server.
@vlastahajek all these tools use the official sdk which has the functionality i’m asking for. This helps giving a consistent feel and usage. Using the influx tool and a custom go program on their machine should work seamesly
Much like kubectl, aws and gcloud-cli, az-cli: env variables are the first source of credentials, but they all fall back to local credentials (using the current configured profile)
The text was updated successfully, but these errors were encountered: