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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: