-
Notifications
You must be signed in to change notification settings - Fork 46
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
Encryption Secret error #253
Comments
hi @Zachnjue, how did you install the devlake, how did you generate the encrytion secret? |
I installed the devlake using helm. I generated the encryption secret using this command: ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1) |
hi @Zachnjue , is it a new setup or a upgrade? did you try to install multiple times or upgrade? from the error invalid encryptionSecret, it seems it's not a clean setup |
1 similar comment
hi @Zachnjue , is it a new setup or a upgrade? did you try to install multiple times or upgrade? from the error invalid encryptionSecret, it seems it's not a clean setup |
I tried to install it multiple times. what's the workaround or solution in this case? |
@Zachnjue I think you need to wipe out the database before installation. Either delete the related MySQL volume or connect to the database and ensure there is no table in the database. |
We have an issue with the encryption secret too. time="2024-11-29 15:51:10" level=info msg="\x1b[31;1m/app/impls/dalgorm/dalgorm.go:215 \x1b[35;1minvalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret\n\x1b[0m\x1b[33m[3.913ms] \x1b[34;1m[rows:1]\x1b[0m SELECT * FROM time="2024-11-29 15:51:10" level=error msg="makeProjectOutput, name: jenkins_cloud_pu\n\tcaused by: Error to get blueprint by project (500)\n\tWraps: (2) error getting the blueprint from database with project jenkins_cloud_pu (500)\n\tWraps: (3) error getting blueprint from DB by projectName jenkins_cloud_pu (500)\n\tWraps: (4) invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret (500)\n\tWraps: (5) invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret\n\tWraps: (6)\n\tWraps: (7) invalid encryptionSecret\n\tError types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *hintdetail.withDetail (4) *hintdetail.withDetail (5) *fmt.wrapError (6) *errors.crdbErrorImpl (7) *errors.errorString" Context: we migrate the external AWS RDS database.
|
i am experiencing this error from the devlake pod, the pod keeps crashing in a loop.
time="2024-02-20 11:11:06" level=info msg="\x1b[31;1m/app/impls/dalgorm/dalgorm.go:209 \x1b[35;1minvalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret\n\x1b[0m\x1b[33m[0.934ms] \x1b[34;1m[rows:3]\x1b[0m SELECT * FROM
_devlake_blueprints
WHERE enable = true AND is_manual = false ORDER BY id DESC"panic: invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret; invalid encryptionSecret (500)"
The text was updated successfully, but these errors were encountered: