summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--liw.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/liw.yml b/liw.yml
index b5e5d1e..e119ea9 100644
--- a/liw.yml
+++ b/liw.yml
@@ -40,6 +40,11 @@ smtp_user: pienirelay
smtp_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"
+# Worker client ids for Qvisqve is worker1, worker2, ... They all
+# share a secret. FIXME: they should have separate secrets.
+worker_secret: "{{ lookup('pipe', 'pass show ick2/worker_secret') }}"
+
+
# Qvisqve handles authentication of API clients and signs its access
# tokens using RSA public keys. Define the signing keys, plus an admin
# user (for using with icktool), and four workers. FIXME: each worker