api,server: add TCP-AO keychain API and keychain store implementation - #3503
Open
rastislavs wants to merge 2 commits into
Open
api,server: add TCP-AO keychain API and keychain store implementation#3503rastislavs wants to merge 2 commits into
rastislavs wants to merge 2 commits into
Conversation
rastislavs
marked this pull request as ready for review
July 21, 2026 14:28
Add proto API for TCP-AO keychain configuration. The keychain API will be later used for configuring TCP-AO keys that can be shared among multiple peers. Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>
Implement GRPC API for TCP-AO keychain management. For now the configured keychains do not have any use, this will be added in follow-up commits.
rastislavs
force-pushed
the
tcp-ao-keychain
branch
from
July 28, 2026 12:14
ba1cfe4 to
56adbe2
Compare
Contributor
Author
|
Updated this PR to use the |
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.
The is the first part of the TCP-AO implementation (#3493) which adds the proto API for TCP-AO keychain configuration and implementation of the keychain store.
The configured keychains do not have any use for now, this will be added in follow-up changes as part of #3493.