From 5136e5cfaf87b6a5920b1f501ee6af46abc3937c Mon Sep 17 00:00:00 2001 From: rasmus Date: Mon, 29 Dec 2025 00:59:53 +0200 Subject: [PATCH] inventory: move cookies secret to SecretClaim --- hackerspace/inventory-extras.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hackerspace/inventory-extras.yaml b/hackerspace/inventory-extras.yaml index 16820ba..b8f91f7 100644 --- a/hackerspace/inventory-extras.yaml +++ b/hackerspace/inventory-extras.yaml @@ -19,3 +19,13 @@ spec: - 'offline_access' tokenEndpointAuthMethod: 'client_secret_basic' pkce: false +--- +apiVersion: codemowers.cloud/v1beta1 +kind: SecretClaim +metadata: + name: inventory-cookies +spec: + size: 32 + mapping: + - key: COOKIES_SECRET_KEY + value: "%(plaintext)s"