Skip to content

Commit 4a9c335

Browse files
committed
fixup! Forward auth token to MLM calls
1 parent 607b74f commit 4a9c335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_server_uyuni/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async def _call_uyuni_api(
135135
try:
136136
if token:
137137
login_response = await client.get(
138-
UYUNI_SERVER + '/rhn/manager/api/auth/oidcLogin',
138+
UYUNI_SERVER + '/rhn/manager/api/oidcLogin',
139139
headers={"Authorization": f"Bearer {token}"})
140140
elif UYUNI_USER and UYUNI_PASS:
141141
login_response = await client.post(

0 commit comments

Comments
 (0)