summaryrefslogtreecommitdiff
path: root/yarns/400-build.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/400-build.yarn
parent63a8c15a46b73232fc2162807eced80e5e2c7296 (diff)
downloadick2-5aeef33219103eb5f39bfc0a79ed462f46a12420.tar.gz
Add: authentication URL to controller /version
Diffstat (limited to 'yarns/400-build.yarn')
-rw-r--r--yarns/400-build.yarn3
1 files changed, 3 insertions, 0 deletions
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