Failed to upgrade to 1.0.0+0.32.3 #11

Open
opened 2025-10-27 10:44:59 +00:00 by p4u1 · 3 comments
Owner

Two problems:

  1. CONFIG_TOML_VERSION was not bumped in abra.sh (this is an easy fix)
  2. ENC_KEY upgrade does not work

On the second problem:
I followed the nice upgrade guide in the release notes, but when trying to log in I get the following error:

ERROR rauthy_handlers::oidc: CryptrError::Keys(EncKey ID does not exist)

This is what I have set in my .env file:

SECRET_ENC_KEYS_A_VERSION=a1 # generated=false
SECRET_ENC_KEYS_B_VERSION=b1 # generated=false
ENC_KEY_ACTIVE="a1"

And the secrets should have been inserted correctly

@cyrnel @decentral1se

Two problems: 1. `CONFIG_TOML_VERSION` was not bumped in `abra.sh` (this is an easy fix) 2. ENC_KEY upgrade does not work On the second problem: I followed the nice upgrade guide in the release notes, but when trying to log in I get the following error: ``` ERROR rauthy_handlers::oidc: CryptrError::Keys(EncKey ID does not exist) ``` This is what I have set in my .env file: ``` SECRET_ENC_KEYS_A_VERSION=a1 # generated=false SECRET_ENC_KEYS_B_VERSION=b1 # generated=false ENC_KEY_ACTIVE="a1" ``` And the secrets should have been inserted correctly @cyrnel @decentral1se
Owner

I did not get far enough to try this upgrade, so thanks for smoking this out @p4u1.

@cyrnel any ideas on the 2nd problem?

I did not get far enough to try this upgrade, so thanks for smoking this out @p4u1. @cyrnel any ideas on the 2nd problem?
p4u1 closed this issue 2025-12-09 22:18:01 +00:00
p4u1 reopened this issue 2025-12-09 22:18:05 +00:00
Owner

It seems like things have progressed in the meantime due to the good work of @3wordchant.

eecfe6239c

I'm not sure on the situation of this specific version, any update @p4u1?

It seems like things have progressed in the meantime due to the good work of @3wordchant. > https://git.coopcloud.tech/coop-cloud/rauthy/commit/eecfe6239cb7f204ebd35f39a8a77ae07e71ab60 I'm not sure on the situation of this specific version, any update @p4u1?
Author
Owner

Will try again in a couple of days

Will try again in a couple of days
Sign in to join this conversation.
No description provided.