enterprise-update #9

Merged
decentral1se merged 2 commits from jjsfunhouse/nocodb:enterprise-update into main 2026-03-28 10:25:42 +00:00
2 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@
* `abra app config <app-name>`. Uncomment the variables used for setting enterprise values. Make sure you have a valid license.
* `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`
decentral1se marked this conversation as resolved
Review

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`?
Review

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.
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).