We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d69c3 commit f65bf8eCopy full SHA for f65bf8e
ros/lib/kessel/kessel_client.py
@@ -124,7 +124,8 @@ def default_workspace(self):
124
LOG.info(f"Fetching default workspace from RBAC API: {rbac_workspaces_url}")
125
126
try:
127
- access_token = auth_credentials.get_token()
+ token_result = auth_credentials.get_token()
128
+ access_token = token_result[0]
129
headers = {
130
"authorization": f"Bearer {access_token}",
131
"x-rh-rbac-org-id": str(self.org_id)
0 commit comments