mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-05 00:41:51 +00:00
- Use the keying module, that was introduced in forgejo/forgejo#5041, to store action secrets safely and securely in the database. - Introduce a central function that sets the secret, `SetSecret` and let the caller do the update call. This is similar to how the twofactor (TOTP) models does it. Ref. https://codeberg.org/forgejo/forgejo/pulls/6074 - Add a relaxed migration, that is run inside a transaction. If it cannot decrypt a action secret, then it's deleted. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8692 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz> |
||
---|---|---|
.. | ||
base | ||
fixtures | ||
test | ||
v1_6 | ||
v1_7 | ||
v1_8 | ||
v1_9 | ||
v1_10 | ||
v1_11 | ||
v1_12 | ||
v1_13 | ||
v1_14 | ||
v1_15 | ||
v1_16 | ||
v1_17 | ||
v1_18 | ||
v1_19 | ||
v1_20 | ||
v1_21 | ||
v1_22 | ||
v1_23 | ||
migrations.go | ||
migrations_test.go |