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

bugfix for when PKI endpoint is not available #102

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

toelo3
Copy link
Collaborator

@toelo3 toelo3 commented Jan 7, 2025

No description provided.

@toelo3 toelo3 merged commit 0bac319 into main Jan 7, 2025
7 checks passed
@toelo3 toelo3 deleted the bugfix/pki-endpoint-unavailable branch January 7, 2025 15:21
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

Attention: Patch coverage is 20.58824% with 27 lines in your changes missing coverage. Please review.

Project coverage is 89.7%. Comparing base (3646b8a) to head (3d73ecb).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
dsh_sdk/src/dsh/bootstrap.rs 5.5% 17 Missing ⚠️
dsh_sdk/src/error.rs 0.0% 8 Missing ⚠️
dsh_sdk/src/dsh/certificates.rs 0.0% 1 Missing ⚠️
dsh_sdk/src/dsh/properties.rs 85.7% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
dsh_sdk/src/dsh/certificates.rs 91.7% <0.0%> (ø)
dsh_sdk/src/dsh/properties.rs 86.0% <85.7%> (-1.1%) ⬇️
dsh_sdk/src/error.rs 0.0% <0.0%> (ø)
dsh_sdk/src/dsh/bootstrap.rs 78.6% <5.5%> (-9.9%) ⬇️

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

Successfully merging this pull request may close these issues.

When PKI endpoint is not yet available after rolling update, it runs with local configuration
1 participant