Closed v-ctiutiu closed 2 years ago
You also need to change the SSH Key format from RSA to ECDSA like so:
resource "tls_private_key" "main" {
algorithm = "ECDSA"
ecdsa_curve = "P256"
}
GitHub has dropped support for RSA SHA-1 some weeks ago.
Thank you @stefanprodan!
@v-ctiutiu @bikram20 I would really appreciate if you could add DigitalOcean to https://fluxcd.io/adopters/
Thank you!
@stefanprodan For sure! I will have to do some quick checks internally. Will do it a week.
Fixes #16