cyberark / cyberark-conjur-cli

CyberArk Conjur command line interface written in Python
https://www.conjur.org
Apache License 2.0
17 stars 16 forks source link

Conjur CLI on RHEL 7 - init command failing #387

Open Conjur-oss opened 2 years ago

Conjur-oss commented 2 years ago

Bug description

Steps to reproduce:

  1. Work on RHEL 7 env.
  2. Run conjur init -u

Current Results: {code:java} Failed to execute command. Reason: HTTP request failed{code} Expected Results: get CA without adding certificate flag

Found in version

7.1.0

Workaround Complexity

There's an easy workaround

Workaround Description

Use --certificate flag

Affects Version/s

Link to JIRA bug

ONYX-15514

Conjur-oss commented 2 years ago

//Author: Abraham.KotevEmet@cyberark.com

I updated the workaround to reflect the fact that the user can use the –certificate to pass the RHEL 7 cert store file explicitly.

The cert store file is /etc/pki/tls/certs/ca-bundle.crt. More details can be found here: https://www.unix.com/man-page/centos/8/update-ca-trust/

Conjur-oss commented 2 years ago

//Author:

Done automatically by an automation rule - KIVI - set R&D Internal No - when Approved for Publishing (contact Michal or Omer for more info)

Conjur-oss commented 2 years ago

//Author: Inbal.Zilberman@cyberark.com

[~sfinkelstein] I think you r great! fixed all according to your recommendations