-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
enabling using multiple ssh keys for one user in sftp module #65
base: main
Are you sure you want to change the base?
enabling using multiple ssh keys for one user in sftp module #65
Conversation
HI @Gowiem ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@romga I believe I understand what you're getting at here and I like the direction, but since we're doing this enhancement, I want to do it right. Can you do the following for me:
- Update the
type
ofsftp_users
to be a list ofobject
with strict typing to support the multiple key use-case that you're enabling here. Please update the name of the key topublic_keys
so it's clear that it's an array type. We'll issue this as a major version rev. - Can you please include code comments in your data manipulations to explain what you're doing and how those new locals are used?
Let me know if you have any questions -- Thank you!
hi @Gowiem ! I have made the changes you have asked for! Can you please review them? :) Thank you! |
Hi @Gowiem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few changes required. Thanks @romga
Hi @Gowiem I have pushed a new commit, can you please review now? :) Thank you! |
/terratest |
7840524
to
461c561
Compare
Hi @Gowiem Thank you! |
/terratest |
/terratest |
/terratest |
what
*Enabling to add for one user multiple ssh keys
why
references
`closes #35