enterprise-update #9

Merged
decentral1se merged 2 commits from jjsfunhouse/nocodb:enterprise-update into main 2026-03-28 10:25:42 +00:00
Owner

License yml renamed, README updated to improve secret generation steps.

License yml renamed, README updated to improve secret generation steps.
jjsfunhouse added 2 commits 2026-03-27 16:55:52 +00:00
decentral1se reviewed 2026-03-27 19:53:30 +00:00
@ -31,3 +31,2 @@
* `abra app undeploy <app-name>`
* `export JWT_SECRET=$(pwgen 50)`
* `abra app secret insert <app-name> auth_jwt v1 ${JWT_SECRET}`
* If `auth_jwt` is ungenerated: `abra app secret generate <app-name> auth_jwt v1`
Owner

It won't generate the correct length / content unless you also tweak it here:

.env.sample Lines 22 to 24 in e704d265dd
#JWT used for authentication in enterprise version
#SECRET_AUTH_JWT_VERSION=v1
#NC_AUTH_JWT_SECRET_FILE=/run/secrets/auth_jwt

#8 (comment)

You need # length=50 charset=hex or something like that in the .env.sample?

It won't generate the correct length / content unless you also tweak it here: > https://git.coopcloud.tech/coop-cloud/nocodb/src/commit/e704d265dd97fd4c5abe739a9a38af71f224d2a0/.env.sample#L22-L24 https://git.coopcloud.tech/coop-cloud/nocodb/pulls/8#issuecomment-32337 You need `# length=50 charset=hex` or something like that in the `.env.sample`?
Author
Owner

It can kind of be any charset and length I kind of just chose it arbitrarily. A silly decision on my part.

It can kind of be any charset and length I kind of just chose it arbitrarily. A silly decision on my part.
decentral1se marked this conversation as resolved
decentral1se approved these changes 2026-03-28 10:25:38 +00:00
decentral1se merged commit 08a8c51cbf into main 2026-03-28 10:25:42 +00:00
Sign in to join this conversation.
No description provided.