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/400-build.yarn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yarns/400-build.yarn') diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn index e2ba579..bd44122 100644 --- a/yarns/400-build.yarn +++ b/yarns/400-build.yarn @@ -28,6 +28,7 @@ Set up the controller. GIVEN an RSA key pair for token signing 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 an access token for user with scopes ... uapi_pipelines_post ... uapi_projects_post @@ -641,6 +642,7 @@ Set up the controller. GIVEN an RSA key pair for token signing 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 an access token for user with scopes ... uapi_pipelines_post ... uapi_projects_post @@ -798,6 +800,7 @@ Set up the controller. GIVEN an RSA key pair for token signing 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 an access token for user with scopes ... uapi_pipelines_post ... uapi_projects_post -- cgit v1.2.1