cyberark / conjur

CyberArk Conjur automatically secures secrets used by privileged users and machine identities

Home Page:https://conjur.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conjurctl account create with password fails

h-artzi opened this issue · comments

Summary

echo -n 'addfpgxoqaYQGZHJYPZC!)|#]_;_}:1544593700' | conjurctl account create --name demo --password-from-stdin returns the following error, sh: 1: Syntax error: ")" unexpected.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Go to the dev folder and execute the ./start script
  2. execute the command above
  3. See error as depicted above

Expected Results

The user is created with the password addfpgxoqaYQGZHJYPZC!)|#]_;_}:1544593700

Actual Results (including error logs, if applicable)

sh: 1: Syntax error: ")" unexpected

Reproducible

  • Always
  • Sometimes
  • Non-Reproducible

Version/Tag number

v1.11.5

Environment setup

Locally on my personal computer (Mac)