Clarify Basic auth token generation
Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ proxy:
|
||||
allowedMethods: ['GET']
|
||||
allowedHeaders: ['Authorization']
|
||||
headers:
|
||||
Authorization: Basic ${GOCD_AUTH_TOKEN}
|
||||
Authorization: Basic ${GOCD_AUTH_CREDENTIALS}
|
||||
|
||||
organization:
|
||||
name: My Company
|
||||
|
||||
Reference in New Issue
Block a user