From 5aeef33219103eb5f39bfc0a79ed462f46a12420 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 6 Apr 2018 21:38:43 +0300 Subject: Add: authentication URL to controller /version --- yarns/200-version.yarn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yarns/200-version.yarn') 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 -- cgit v1.2.1