Error: invalid base64 in conjur-oss container while setuping conjur on k8s

kubectl logs pod/conjur-oss-78f8cc56d4-2lfmt conjur-oss -n conjur

rake aborted!
ArgumentError: invalid base64
/opt/conjur-server/config/initializers/authenticator.rb:16:in <top (required)>' /opt/conjur-server/config/environment.rb:19:in <top (required)>’
Tasks: TOP => db:migrate => db:migrate:load => environment
(See full trace by running task with --trace)
error: exit

Hi,
This error refers to your CONJUR_DATA_KEY. Is it set as an environment variable in your container? Is it valid base64?
You can refer to the quick start guide for instructions for generating the data key.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.