https://pulumi.com logo
Title
b

bored-processor-13571

04/21/2022, 8:18 PM
Hi everyone, i am trying to get the operator to work with a private git host using private key auth. There seems to be issues with knownhosts:
failed to create local workspace: failed to create workspace, unable to enlist in git repo: unable to clone repo: ssh: handshake failed: knownhosts: key is unknown"
I've even went into the operator container and tried
ssh-keyscan -p 4567 -H <http://git.host.com|git.host.com> >> ~/.ssh/known_hosts
but it doesn't do anything has anybody experienced something similar?
i solved this issue by adding the known_hosts to a config map and mounting it into the operator pod
f

future-exabyte-15821

07/28/2022, 12:43 PM
I just had the same issue, but for me the keyscan trick worked