-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Authorization request header is present in the request #612
Comments
@b4ldr Thanks for reporting this issue. Can you try with IPv4 address instead of fqdn and let us know if the issue reproducible. |
@sachin-apa if i use the IP address, i get a 401 username and password error. however testing with python and the same password works well In [26]: s = Session()
In [27]: s.auth = ('dns0ps', password)
In [28]: s.headers.update({"Accept": "application/json"})
In [29]: s.verify = False
In [30]: r = s.get('https://199.43.132.142/redfish/v1/Managers')
/Users/john.bond/Library/Python/3.9/lib/python/site-packages/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host '199.43.132.142'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
warnings.warn(
In [31]: r.ok
Out[31]: True
In [32]: r.json()
Out[32]:
{'@odata.context': '/redfish/v1/$metadata#ManagerCollection.ManagerCollection',
'@odata.id': '/redfish/v1/Managers',
'@odata.type': '#ManagerCollection.ManagerCollection',
'Description': 'BMC',
'Members': [{'@odata.id': '/redfish/v1/Managers/iDRAC.Embedded.1'}],
'Members@odata.count': 1,
'Name': 'Manager'} ansible output
thanks john |
@b4ldr i tried to reproduce this in our lab, but i'm not able to reproduce this. Request you to please go to Dell Support, enter your Servicetag and then raise a technical support request. You must have an existing and valid warranty on your server before you can raise a SR. |
I had the same behaviour while configuring a batch of new R760xa servers with the task below:
My inventory defines Is it related to This task used to work last year when I configured another batch of nodes (XE8545). |
Could you please let us know if this issue is resolved? |
Bug Description
When using
dellemc.openmanage.idrac_virtual_media
i get the following errorComponent or Module Name
idrac_virtual_media
Ansible Version
2.16.2
Python Version
3.12
iDRAC/OME/OME-M version
iDRAC: 7.00.60.00
Operating System
Mac sonoma 14.1.1
Playbook Used
Logs
Steps to Reproduce
Run the cookbook
Expected Behavior
Would expect the remote iso to be mounted
Actual Behavior
Get a 400 error with the following message
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: