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
Currently, we strongly enforce that the user provides Conjur certificate via CONJUR_SSL_CERTIFICATE or CONJUR_CERT_FILE. This does not support a valid use case where the cert is installed on the system itself and the system CA store can be used.
Steps to Reproduce
Steps to reproduce the behavior:
Don't set CONJUR_SSL_CERTIFICATE or CONJUR_CERT_FILE
Run the authenticator
Expected Results
System CA store is used
Actual Results (including error logs, if applicable)
Error exit
Reproducible
Always
Sometimes
Non-Reproducible
Version/Tag number
Latest (0.18.1)
Environment setup
Any
Additional Information
Note: This use case may not be very common due to the fact that usual deployment is with a bare container containing just the binary but it's a valid one
The text was updated successfully, but these errors were encountered:
Summary
Currently, we strongly enforce that the user provides Conjur certificate via
CONJUR_SSL_CERTIFICATE
orCONJUR_CERT_FILE
. This does not support a valid use case where the cert is installed on the system itself and the system CA store can be used.Steps to Reproduce
Steps to reproduce the behavior:
CONJUR_SSL_CERTIFICATE
orCONJUR_CERT_FILE
Expected Results
System CA store is used
Actual Results (including error logs, if applicable)
Error exit
Reproducible
Version/Tag number
Latest (
0.18.1
)Environment setup
Any
Additional Information
Note: This use case may not be very common due to the fact that usual deployment is with a bare container containing just the binary but it's a valid one
The text was updated successfully, but these errors were encountered: