TritonDataCenter / node-manta

Node.js SDK for Manta
75 stars 54 forks source link

MANTA-5466 Update smartdc-auth for ed25519 key support. #404

Closed travispaul closed 10 months ago

travispaul commented 10 months ago

Tested this against minimanta (which needed no changes):

Before change:

$ mls ~~
mls: InvalidAlgorithmError: ED25519 type keys are not supported

After:

$ mls ~~
keys/

make check and make test TEST_FILTER=unit succeeded.

See also: TritonDataCenter/manta-muskie/pull/101