conjurdemos / openkube

[DEPRECATED] Port of kubernetes demo that works with either Kubernetes minikube or Openshift minishift
4 stars 2 forks source link

Missing /etc/conjur.json #13

Open infamousjoeg opened 6 years ago

infamousjoeg commented 6 years ago

https://github.com/conjurdemos/openkube/blob/d2247b8ef2545bdfed4ad1d1a6fbfbe6febca794/2a_startup_solo_master.sh#L56

Where is /etc/conjur.json supposed to come from? It doesn't exist under the /etc directory in this repository. It doesn't exist locally on my server where Minikube is hosted and my Conjur CLI is locally installed, per the requirements.

Any ideas?

infamousjoeg commented 6 years ago
Waiting for conjur-master to launch
done
Switched to context "conjur".
Configuring solo conjur-master...
error: Json attributes file is not an existing file
Json attributes file is not valid JSON
command terminated with exit code 1
jgarcia@devops:~/Git/conjurdemos/openkube$ cat /etc/conjur.json
cat: /etc/conjur.json: No such file or directory
jgarcia@devops:~/Git/conjurdemos/openkube$ cat ./etc/conjur.json
cat: ./etc/conjur.json: No such file or directory