-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document troubleshooting of Argument Error: invalid base64
#18
Comments
Had the same with a wrong "CONJUR_DATA_KEY" env variable for the conjur container which had a non-BASE64 conform string in it. Fixed with correct CONJUR_DATA_KEY generated from 'conjur data-key generate'
|
Argument Error: invalid base64
I run the below command to set master key as environment variable on windows 10.
After that conjur/server restarting and not able to generate conjur account . |
We do have a troubleshooting section in our README now - we should probably add the common failure modes around the Conjur data key to that section at this point. @ravics09 are you experiencing an issue with your server? Since this issue is specifically about adding troubleshooting documentation, if you have an issue not covered by the proposed documentation, I'd encourage you to file a separate issue in this project that describes your problem. You can also post on discourse - we'd be happy to chat about your setup there. |
I'm going to close this since it's old and may not be relevant anymore. Please reopen if it's still an issue. |
Summary
When deploying Conjur as per the instructions, if
CONJUR_DATA_KEY
is not valid when starting Conjur container, you may get the following error:AC:
The text was updated successfully, but these errors were encountered: