Skip to content
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

Fix InsecureRequestWarning #1969

Conversation

mariolenz
Copy link
Collaborator

@mariolenz mariolenz commented Jan 14, 2024

SUMMARY

It looks like we're sometimes running into an InsecureRequestWarning.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

plugins/module_utils/vmware_rest_client.py

ADDITIONAL INFORMATION

Vmware ssl certs (works in one module, not the other!)

@mariolenz mariolenz force-pushed the 20240114_validate_certs branch from 145f9a2 to 6db1186 Compare January 14, 2024 18:56
@mariolenz mariolenz force-pushed the 20240114_validate_certs branch from 6db1186 to 414a1a5 Compare January 15, 2024 16:19
@mariolenz mariolenz force-pushed the 20240114_validate_certs branch from 414a1a5 to 315b9f3 Compare January 15, 2024 16:50
@mariolenz
Copy link
Collaborator Author

recheck

@mariolenz mariolenz changed the title [WIP] Fix InsecureRequestWarning Fix InsecureRequestWarning Jan 18, 2024
@mariolenz
Copy link
Collaborator Author

Looks like this really fixes the issue :-)

@mariolenz mariolenz added bug This issue/PR relates to a bug mergeit labels Jan 18, 2024
Copy link

Build succeeded (gate pipeline).
https://ansible.softwarefactory-project.io/zuul/buildset/ffdabf9b93264fe9847c47b5ae3b0c27

✔️ ansible-tox-linters SUCCESS in 9m 43s
✔️ build-ansible-collection SUCCESS in 7m 56s
✔️ ansible-galaxy-importer SUCCESS in 4m 08s

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 9c02d89 into ansible-collections:main Jan 18, 2024
11 checks passed
@mariolenz mariolenz deleted the 20240114_validate_certs branch January 18, 2024 17:08
mariolenz added a commit to mariolenz/community.vmware that referenced this pull request Jan 18, 2024
…e-collections#1969)

Fix InsecureRequestWarning

SUMMARY
It looks like we're sometimes running into an InsecureRequestWarning.
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
plugins/module_utils/vmware_rest_client.py
ADDITIONAL INFORMATION
Vmware ssl certs (works in one module, not the other!)
mariolenz added a commit to mariolenz/community.vmware that referenced this pull request Jan 18, 2024
…e-collections#1969)

Fix InsecureRequestWarning

SUMMARY
It looks like we're sometimes running into an InsecureRequestWarning.
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
plugins/module_utils/vmware_rest_client.py
ADDITIONAL INFORMATION
Vmware ssl certs (works in one module, not the other!)
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Jan 18, 2024
…#1970)

stable-3.x: Fix InsecureRequestWarning for VmwareRestClient based modules

SUMMARY
Backport of #1969
It looks like we're sometimes running into an InsecureRequestWarning.
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
plugins/module_utils/vmware_rest_client.py
ADDITIONAL INFORMATION
Vmware ssl certs (works in one module, not the other!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug mergeit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant