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
ReadMe at [https://github.com/cyberark/conjur-api-java] says 4 environment variables are required, however Endpoints class is using System.getProperty on CONJUR_APPLIANCE_URL and CONJUR_ACCOUNT, which will not search environment variables and will return Null instead. Result is a malformed URI. Either the code should be changed to use System.getenv or the instructions should be modified.
The text was updated successfully, but these errors were encountered:
ReadMe at [https://github.com/cyberark/conjur-api-java] says 4 environment variables are required, however Endpoints class is using System.getProperty on CONJUR_APPLIANCE_URL and CONJUR_ACCOUNT, which will not search environment variables and will return Null instead. Result is a malformed URI. Either the code should be changed to use System.getenv or the instructions should be modified.
The text was updated successfully, but these errors were encountered: