auth: fix exhibitor URI (#707)

This commit is contained in:
Paweł Rozlach
2016-08-11 22:37:07 +02:00
committed by tamarrow
parent 2b84f17fa4
commit 6012a04e8f

View File

@@ -83,7 +83,7 @@ def _login():
# hit protected endpoint which will prompt for auth if cluster has auth
try:
url = urllib.parse.urljoin(dcos_url, 'exhibitor')
url = urllib.parse.urljoin(dcos_url, 'exhibitor/')
http.get(url)
# if the user is authenticated, they have effectively "logged in" even if
# they are not authorized for this endpoint