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

Add fallback to MD5 for new API in HP MSA Storage access #771

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dtuecks
Copy link

@dtuecks dtuecks commented Dec 1, 2024

Previously, the API access defaulted to the new API with SHA256 credentials, falling back to the old API URL (v3) with MD5 on failure. This change adds a fallback to MD5 within the new API context, addressing cases where the new API requires MD5 instead of SHA256.

Previously, the API access defaulted to the new API with SHA256 credentials,
falling back to the old API URL (v3) with MD5 on failure. This change adds
a fallback to MD5 within the new API context, addressing cases where the
new API requires MD5 instead of SHA256.

This ensures compatibility with systems that support the new API but require
MD5 for authentication.
Copy link

github-actions bot commented Dec 1, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@dtuecks
Copy link
Author

dtuecks commented Dec 1, 2024

I have read the CLA Document and I hereby sign the CLA or my organization already has a signed CLA.

@dtuecks
Copy link
Author

dtuecks commented Dec 1, 2024

recheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants