mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 20:18:23 +00:00
fea4b5f551
The control plane currently only supports EdDSA. We need to either teach the storage to use EdDSA, or the control plane to use RSA. EdDSA is more modern, so let's use that. We could support both, but it would require a little more code and tests, and we don't really need the flexibility since we control both sides.