versatile-data-kit
versatile-data-kit copied to clipboard
Control Service Git SSH key auth support
Presently, Git access is being yaml configurable using properties:
deploymentGitUsername: ""
deploymentGitPassword: ""
uploadGitReadWriteUsername: ""
uploadGitReadWritePassword: ""
SSH key support for RSA, ECDSA, or ED25519 key fingerprint needed. Might potentially be stored in k8s secret, for JGit to use.
We need to enable Git access by configuring a Git Deploy Key.