aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/cms/secrets.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/cms/secrets.toml')
-rw-r--r--cluster/prod/app/cms/secrets.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/cluster/prod/app/cms/secrets.toml b/cluster/prod/app/cms/secrets.toml
new file mode 100644
index 0000000..115f3e7
--- /dev/null
+++ b/cluster/prod/app/cms/secrets.toml
@@ -0,0 +1,17 @@
+# HTTP Session Encryption Key
+[secrets."cms/teabag/session"]
+type = 'command'
+rotate = true
+command = 'openssl rand -base64 32'
+
+# Gitea Application Token
+[secrets."cms/teabag/gitea_key"]
+type = 'user'
+description = 'Gitea Application Key'
+example = '4fea0...'
+
+[secrets."cms/teabag/gitea_secret"]
+type = 'user'
+description = 'Gitea Secret Key'
+example = 'gto_bz6f...'
+