Skip to content

Commit

Permalink
Merge pull request #160 from mresvanis/mgmt-17267-etcd-encryption
Browse files Browse the repository at this point in the history
MGMT-17267: add etcd encryption support
  • Loading branch information
openshift-merge-bot[bot] authored Dec 12, 2024
2 parents 146d041 + 765aaa9 commit 18d3284
Show file tree
Hide file tree
Showing 495 changed files with 88,224 additions and 1,450 deletions.
209 changes: 204 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ prost = "0.12.1"
log = "0.4.20"
itertools = "0.12.1"
serial_test = "3.0.0"
aes-gcm = "0.10.3"
dyn-clone = "1.0.17"
hex = "0.4.3"
serde_with = { version = "3.11.0", features = ["base64"] }

[build-dependencies]
prost-build = "0.12.1"
Expand Down
Loading

0 comments on commit 18d3284

Please sign in to comment.