quincycheng / cicd

This repo demonstrates how to use CyberArk Conjur to secure CI/CD pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README update for sudo requirements

infamousjoeg opened this issue · comments

I believe it is important to note the root privileges necessary to properly run bin/start.sh.

I needed to run sudo ./bin/start.sh in order to have it orchestrate with proper escalated privileges.

Actually, sudo ./bin/start.sh lead to errors on my jgarcia user being used instead of root... so that won't work.

This will need to be run as the root user only.

Good point. There are many installation and update actions that requires privileges. Let me update README

README updated