kubernetes-operator/pkg/configuration/user/seedjobs
Piotr Ryba 07d2e5e129
Use ssh.ParseRawPrivateKey to validate ssh private key (#546)
This allows the user to use keys other than PEM encoded RSA. ed25519
is often recommended to be used if it's supported. Using this
algorithm implies the use of OpenSSH key format in ssh-keygen.
2021-04-27 07:21:58 +02:00
..
doc.go reorganise directories for better readbility 2020-05-19 10:26:18 +02:00
seedjobs.go Upgrade operator-sdk to 1.3.0 without e2e tests 2021-01-19 15:47:05 +01:00
seedjobs_test.go Upgrade operator-sdk to 1.3.0 without e2e tests 2021-01-19 15:47:05 +01:00
validate.go Use ssh.ParseRawPrivateKey to validate ssh private key (#546) 2021-04-27 07:21:58 +02:00
validate_test.go Use ssh.ParseRawPrivateKey to validate ssh private key (#546) 2021-04-27 07:21:58 +02:00