-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass operator's TLS cert to agent container (#2363)
* Agent changes - accepting cert in env * mirrord-protocol version bump * Removed unused NoopVerifier * mirrord-kube changes - passing cert via env to the agent container * Changelog entry * Doc extended * Format * Clippy ;_; * Improved doc * Apply suggestions from code review Co-authored-by: t4lz <[email protected]> * Changelog entry improved * fmt --------- Co-authored-by: t4lz <[email protected]>
- Loading branch information
Showing
15 changed files
with
404 additions
and
99 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Agent now authenticates TLS connections, using a provided X509 certificate (mirrord for Teams only). |
This file contains 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
This file contains 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
Oops, something went wrong.