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 607b74f commit 4a9c335Copy full SHA for 4a9c335
src/mcp_server_uyuni/server.py
@@ -135,7 +135,7 @@ async def _call_uyuni_api(
135
try:
136
if token:
137
login_response = await client.get(
138
- UYUNI_SERVER + '/rhn/manager/api/auth/oidcLogin',
+ UYUNI_SERVER + '/rhn/manager/api/oidcLogin',
139
headers={"Authorization": f"Bearer {token}"})
140
elif UYUNI_USER and UYUNI_PASS:
141
login_response = await client.post(
0 commit comments