Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to pass in CONJUR_APPLIANCE_URL and CONJUR_ACCOUNT into Conjur class #102

Open
AndrewCopeland opened this issue Nov 12, 2020 · 0 comments

Comments

@AndrewCopeland
Copy link
Contributor

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

I am retrieving the CONJUR_APPLIANCE_URL and the CONJUR_ACCOUNT in a programmatic manner which means these settings are not set as Environment Variables or System Properties.

Describe the solution you would like

Ability to easily pass in these fields either to the Conjur ctor or add a Configuration object that can be passed into the Conjur ctor.

Describe alternatives you have considered

Currently I just use System.setProperty() method.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants