Skip to content

Commit 9993ec0

Browse files
committed
fix: use existing SSH fingerprint for dev foundation
Use the already uploaded DigitalOcean SSH key fingerprint for dev-staging so foundation bootstrap can create the node without uploading a malformed public key. Made-with: Cursor
1 parent 770a837 commit 9993ec0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infra/foundation/Pulumi.dev-staging.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ config:
77
foundation:hostname-label: dev.sprocket
88
foundation:dns-prefixes: '["", "api", "vault", "traefik"]'
99
foundation:admin-cidrs: '["203.0.113.10/32"]'
10-
foundation:ssh-public-key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILGNHQoEUKZ6KLKQ7wo7p3LrBCE5XdjKxBPjtDeMH2W jacbaile@Jacobs-MacBook-Pro.local"
1110
foundation:create-reserved-ip: "false"
1211
foundation:enable-monitoring: "true"
1312
foundation:enable-ipv6: "true"
1413
foundation:tags: '["sprocket", "dev-staging", "node"]'
1514
foundation:deploy-user: deploy
15+
foundation:ssh-key-fingerprints:
16+
secure: AAABAEeqKmlZBTS3r4IqX4uyQrV/3R3RLzh/w8NEXId5b8lKLU0pVmG5ZIXQ8gqlP/suSk+ajihc2PBx9iyCDUtr29bZ2xs/lLbKcaSTFg==
1617

1718
# Optional cluster growth / network controls
1819
# foundation:swarm-cidrs: '["10.0.0.0/8"]'

0 commit comments

Comments
 (0)