auth: fix exhibitor URI (#707)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user