cyberark / conjur-quickstart

Start securing your secrets and infrastructure by installing Conjur, using Docker and the official Conjur containers on DockerHub.
Apache License 2.0
33 stars 36 forks source link

Use Conjur CLI v8 #54

Closed szh closed 1 year ago

szh commented 1 year ago

Desired Outcome

Use newly released Golang CLI for Conjur.

Implemented Changes

Connected Issue/Story

CyberArk internal issue ID: ONYX-29538

szh commented 1 year ago

Waiting to merge this until the conjur.org docs are updated.

szh commented 1 year ago

Still waiting on website updates to conjur.org

cancastilho commented 1 year ago

I'm not sure if the problem I had is related to this issue, but I'll report here.

The current Quick Start Tutorial already has some commands that won't work with the current conjur-quickstart git repository. I've found that the problem is ocurring because the docker-client-cli is still in version 5 in docker-compose.yml. Changing it to version 8 will make things work properly. Here are some of the commands in the tutorial that had generated errors for me:

It seems to me that it is time to update docker-compose.yml in the 'main' branch.

szh commented 1 year ago

@cancastilho This should all be sorted out now that this PR is merged and conjur.org is updated.