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

chore: update to sha256 for session file #2184

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

tenthirtyam
Copy link
Collaborator

Description

In general, vSphere is maving from SHA1 to SHA256-based TLS certificate thumbprints. This change allows the use of a SHA256 thumbprint when connecting to vCenter Server.

Support for SHA256 was added to vmware/govmomi v0.36.1.

References

Closes #2152

vmware/govmomi@2799634

https://github.com/vmware/govmomi/releases/tag/v0.36.1

#1808 (comment)

@tenthirtyam tenthirtyam added dependencies Type: Dependencies chore Type: Chore labels Apr 29, 2024
@tenthirtyam tenthirtyam added this to the v2.8.0 milestone Apr 29, 2024
@tenthirtyam tenthirtyam self-assigned this Apr 29, 2024
@tenthirtyam tenthirtyam requested a review from a team as a code owner April 29, 2024 00:25
In general, vSphere is maving from SHA1 to SHA256-based TLS certificate thumbprints. This change allows the use of a SHA256 thumbprint when connecting to vCenter Server.

Support for SHA256 was added to `vmware/govmomi` v0.36.1.

Signed-off-by: Ryan Johnson <[email protected]>
@tenthirtyam tenthirtyam merged commit 1895bc1 into main Apr 29, 2024
3 checks passed
@tenthirtyam tenthirtyam deleted the chore/sha256-tls-certificate branch April 29, 2024 16:25
Copy link

github-actions bot commented May 8, 2024

This functionality has been released in v2.8.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Copy link

github-actions bot commented Jun 8, 2024

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Type: Chore dependencies Type: Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for SHA256 thumbprint based vCenter authentication
2 participants