How do I set the jwt_secret in OpenCloud??? #2894
Closed
RobertBrown3
started this conversation in
General
Replies: 2 comments 7 replies
-
|
If you follow the docs, you can see that you need to initialize openCloud. This creates random and secure secrets. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
micbar: Thank you for the link. I was able to get the jwt_secret initialized and got Opencloud running after changing the permissions on various directories in my installation. I would like to make a few suggestions on your installation:
In any event, again, thanks for the link. I am having problems accessing Opencloud through my NPM, but I believe this is a subject for another discussion. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am running Opencloud in a docker container, and whenever I start it I am getting the following failure:
The jwt_secret has not been set properly in your config for opencloud. Make sure your /etc/opencloud config contains the proper values (e.g. by using 'opencloud init --diff' and applying the patch or setting a value manually in the config/corresponding environment variable).I am happy to set the jwt_secret, but there is nothing in the documentation on how to so so in a docker container!
So: (a) how do I generate and set the jwt_secret for a docker installation, and (b) will someone please document how this is done in the setup documentation?
Thanks in advance for any help in this matter.
Beta Was this translation helpful? Give feedback.
All reactions