inventory: move cookies secret to SecretClaim

This commit is contained in:
2025-12-29 00:59:53 +02:00
parent 5920222e89
commit 5136e5cfaf

View File

@@ -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"