summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-04 19:29:55 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-04 19:29:55 +0300
commit9b06d6b3761d094a80c4067d68c9933031c959c9 (patch)
tree1df08e36e558e8a36be5d6c3a77de717a8b6b3ed
parent6d2ea47e24b72eac446d45ce4634dad2fb03c490 (diff)
downloadick2-ansible-9b06d6b3761d094a80c4067d68c9933031c959c9.tar.gz
Add: token credentials to controller config
-rw-r--r--roles/ick-controller/templates/controller.yaml.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/ick-controller/templates/controller.yaml.j2 b/roles/ick-controller/templates/controller.yaml.j2
index ebab06e..92e7dcf 100644
--- a/roles/ick-controller/templates/controller.yaml.j2
+++ b/roles/ick-controller/templates/controller.yaml.j2
@@ -11,3 +11,5 @@ token-public-key: "{{ qvisqve_token_public_key }}"
log:
- filename: /var/log/ick/controller.log
statedir: /var/lib/ick/state
+client-id: controller
+client-secret: "{{ controller_secret }}"