fix crendential sync

Signed-off-by: shaowenchen <mail@chenshaowen.com>
This commit is contained in:
shaowenchen
2020-08-28 16:28:14 +08:00
parent f5b3491d7f
commit 2dcabb0bdb
4 changed files with 13 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ const (
// SSHAuthPrivateKey is the key of the passphrase for SecretTypeSSHAuth secrets
SSHAuthPassphraseKey = "passphrase"
// SSHAuthPrivateKey is the key of the privatekey for SecretTypeSSHAuth secrets
SSHAuthPrivateKey = "privatekey"
SSHAuthPrivateKey = "private_key"
// SecretTypeSecretText contains data.
//