cyberark / conjur-api-dotnet

.NET client for the CyberArk Conjur API
Apache License 2.0
15 stars 11 forks source link

Retrieving Environment Variables for Authentication #47

Open JakeQuilty opened 4 years ago

JakeQuilty commented 4 years ago

Is your feature request related to a problem? Please describe.

Although you can get manually get the environment variables and assign them to the needed variables to instantiate a Client, it would be nice if there was a built in way to do this like the Java API

Describe alternatives you have considered

Manually grabbing environment variables in the code, but this is an extra step that will have to be replicated for every application made.