summaryrefslogtreecommitdiff
path: root/yarns/200-version.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-06 21:38:43 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-06 21:38:43 +0300
commit5aeef33219103eb5f39bfc0a79ed462f46a12420 (patch)
tree7fd5f2deb719a8c4ff68bf7eda7ee024006cf986 /yarns/200-version.yarn
parent63a8c15a46b73232fc2162807eced80e5e2c7296 (diff)
downloadick2-5aeef33219103eb5f39bfc0a79ed462f46a12420.tar.gz
Add: authentication URL to controller /version
Diffstat (limited to 'yarns/200-version.yarn')
-rw-r--r--yarns/200-version.yarn2
1 files changed, 2 insertions, 0 deletions
diff --git a/yarns/200-version.yarn b/yarns/200-version.yarn
index d281a19..8d8078d 100644
--- a/yarns/200-version.yarn
+++ b/yarns/200-version.yarn
@@ -27,12 +27,14 @@ The Ick controller reports is version upon request.
... uapi_version_get
AND controller config uses statedir at the state directory
AND controller config uses https://blobs.example.com as artifact store
+ AND controller config uses https://auth.example.com as authentication
AND a running ick controller
WHEN user makes request GET /version
THEN result has status code 200
AND version in body matches version from setup.py
AND artifact store URL is https://blobs.example.com
+ AND authentication URL is https://auth.example.com
FINALLY stop ick controller