SSHAuth
SSHAuth configures ssh-based auth for git authentication. SSHPrivateKey is required but password is optional.
Properties
- The SSH private key used for authentication.
- ↳
plaintextstring optionalNot a sensitive value, just plaintext. - ↳
secretstring requiredThe secret value in plaintext. - ↳
ciphertextarray[string] optionalThe encrypted representation of the secret value. - An optional password or passphrase for the SSH private key.
- ↳
plaintextstring optionalNot a sensitive value, just plaintext. - ↳
secretstring requiredThe secret value in plaintext. - ↳
ciphertextarray[string] optionalThe encrypted representation of the secret value.