aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-12-03 14:54:48 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-12-03 18:37:21 +0100
commit50ab763bc31cb9e32bcb7e08e1f2be502fc50a5f (patch)
treeac6e7f04412497982deb6a06ea7188c78f306eff
parent581f99c340d6b697b3b503df683e4bdeb59736d1 (diff)
Remove tokens
Tokens are no more managed by the binder. Bug-AGL: SPEC-2968 Change-Id: Iabcbc6e900811cd88729f007bb16ba493d0c0651 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf/unit/binder.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/unit/binder.inc b/conf/unit/binder.inc
index a94e69d..ba5049e 100644
--- a/conf/unit/binder.inc
+++ b/conf/unit/binder.inc
@@ -18,14 +18,12 @@ IF_AGL_DEVEL \
--verbose \
--monitoring \
--port={{:#metatarget.http-port}} \
- --token=HELLO \
--roothttp=ON_CONTENT(application/vnd.agl.service, ., ON_PERM(:public:no-htdocs, ., htdocs)) \
ELSE \
IF_CONTENT(application/vnd.agl.service) \
--no-httpd \
ELSE \
--port={{:#metatarget.http-port}} \
- --random-token \
--roothttp=ON_PERM(:public:no-htdocs, ., htdocs) \
ENDIF \
ENDIF \