digitalocean / container-blueprints

DigitalOcean Kubernetes(DOKS) Solution Blueprints
93 stars 46 forks source link

Update FluxCD Terraform module to use new GitHub SSH public key #17

Closed v-ctiutiu closed 2 years ago

v-ctiutiu commented 2 years ago

Fixes #16

stefanprodan commented 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.

bikram20 commented 2 years ago

Thank you @stefanprodan!

stefanprodan commented 2 years ago

@v-ctiutiu @bikram20 I would really appreciate if you could add DigitalOcean to https://fluxcd.io/adopters/

Thank you!

bikram20 commented 2 years ago

@stefanprodan For sure! I will have to do some quick checks internally. Will do it a week.