Add peer recovery functionality to enterprise packages#1324
Merged
Conversation
burgerdev
reviewed
Apr 1, 2025
27d73e7 to
a866403
Compare
This was referenced Apr 1, 2025
Member
|
I'm currently piecing together a working HA branch from the various enabling commits, and taking over this branch for now to address feedback on #1317 and for putting this functionality into the enterprise tree. |
4905836 to
47a184e
Compare
47a184e to
647b57e
Compare
a866403 to
ccdcd87
Compare
3 tasks
3eec88c to
5e09aba
Compare
ccdcd87 to
b5367cf
Compare
cdd96ef to
d3d17cd
Compare
katexochen
reviewed
May 9, 2025
04f17e4 to
128d9b7
Compare
katexochen
reviewed
May 13, 2025
a76997d to
1d3164e
Compare
katexochen
approved these changes
May 14, 2025
1d3164e to
9878371
Compare
Co-Authored-By: David Weiße <david.weisse@gmx.net>
9878371 to
ee6a703
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the
RecoverFromPeermethod to theAuthoritywhich tries to recover its state from a given Coordinator host as specified in the RFC. For this, the authority first needs an issuer to build a TLS client for the connection.