Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Support ED25519 and ECDSA keys for Transfer Server #26996

Open
Sodki opened this issue Sep 27, 2022 · 4 comments
Open

[Enhancement]: Support ED25519 and ECDSA keys for Transfer Server #26996

Sodki opened this issue Sep 27, 2022 · 4 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/transfer Issues and PRs that pertain to the transfer service.

Comments

@Sodki
Copy link

Sodki commented Sep 27, 2022

Description

AWS Transfer Server now supports ED25519 and ECDSA keys for the host servers, besides RSA.

Affected Resource(s) and/or Data Source(s)

aws _transfer_server

Potential Terraform Configuration

No response

References

https://repost.aws/articles/ARTPkMfLZQSQijKgOCdyQpLg/announcing-support-for-multiple-host-keys-and-key-types-for-aws-transfer-family-servers

Would you like to implement a fix?

No response

@Sodki Sodki added enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. labels Sep 27, 2022
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@ewbankkit ewbankkit added service/transfer Issues and PRs that pertain to the transfer service. and removed needs-triage Waiting for first response or review from a maintainer. labels Sep 28, 2022
@teddylear
Copy link
Contributor

@ewbankkit @Sodki I can take a look into this if that's alright

@mrLarbi
Copy link

mrLarbi commented Feb 28, 2023

I would also add that AWS added the support of multiple host keys (up to 10). Strongly interested in that too (as of now, if I am not mistaken, we can only provide a single key to AWS Transfer Family with Terraform).

@ewbankkit
Copy link
Contributor

The current aws_transfer_server.host_key attribute supports RSA, ECDSA, or ED25519 private keys even though the documentation says only PEM. I'll update that.

The additional keys require a new resource, aws_transfer_host_key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/transfer Issues and PRs that pertain to the transfer service.
Projects
None yet
Development

No branches or pull requests

4 participants