From 8f90bd37f1475edf303467b6b5fe141dce5e8e42 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 19 Jul 2024 11:22:33 -0700 Subject: [PATCH] Update test gitea's JWT_SECRET Related to the parent change we want to ensure that the test deployment of gitea is using a valid secret. This new value was generated via: `sudo docker exec gitea-docker_gitea-web_1 gitea generate secret JWT_SECRET` On a held test node and should be more valid than the previous value. Change-Id: I8cbbaf061e168c2874eb244ff18da6ee544e0d80 --- playbooks/zuul/templates/group_vars/gitea.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/zuul/templates/group_vars/gitea.yaml.j2 b/playbooks/zuul/templates/group_vars/gitea.yaml.j2 index 088159084c..3b891bd571 100644 --- a/playbooks/zuul/templates/group_vars/gitea.yaml.j2 +++ b/playbooks/zuul/templates/group_vars/gitea.yaml.j2 @@ -1,7 +1,7 @@ gitea_secret_key: zcHsCZsYrOUrQd24nlJS9xRCwek3uzp8X5OFQGJox4jkEbuIyeJoxtv7n00uV6Tp gitea_internal_token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE1NTAyNjk3ODV9.QaommLldgEJr9E26VrPp7l7gKo3zpywTM9botpVoyqc gitea_lfs_jwt_secret: qzeNfUus9JJ15eJZwpSlU3P5Ca62Oei3NrjVbb97mdI -gitea_oauth2_jwt_secret: iagierahva3far4pahguah2Eaphai1siGh7Quohcupi +gitea_oauth2_jwt_secret: 'taZ8Ye_EOwyvdaQ3Uscj-g_0kHJJCXXaNdyE4zaCvoI' gitea_root_db_password: TlG1lNXKLfruXN0j gitea_db_username: gitea gitea_db_password: 5bfuOBKtltff0XZX