summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-13 22:41:14 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-13 22:41:14 +0300
commit76a4501588ce83efc6891a6aba9384b9559b07d0 (patch)
tree412ed721693508a2376c4e80887607b8a4791017
parentec3828855b2e9536fa7668c893ef462c66cbfbc2 (diff)
downloadick2-ansible-76a4501588ce83efc6891a6aba9384b9559b07d0.tar.gz
Add: worker_secret to liw.yml
-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