Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdlr committed Oct 28, 2024
1 parent 4440776 commit f19caf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ciphernode/cipher/src/password_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ impl FilePasswordManager {
impl PasswordManager for FilePasswordManager {
// We are assuming a secrets manager will mount the secret on the volume. Hence we would expect
// the password to be a string provided by the user.
// See the following for more info:
// https://docs.docker.com/engine/swarm/secrets/
// https://kubernetes.io/docs/concepts/configuration/secret/
// https://developer.hashicorp.com/vault/docs/platform/k8s/injector
async fn get_key(&self) -> Result<Zeroizing<Vec<u8>>> {
let path = &self.path;

Expand Down

0 comments on commit f19caf7

Please sign in to comment.