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

Add support for SSH Key management #46

Open
9 tasks
jimeh opened this issue Mar 1, 2021 · 0 comments
Open
9 tasks

Add support for SSH Key management #46

jimeh opened this issue Mar 1, 2021 · 0 comments
Labels
enhancement New feature or request on-hold Need more information before proceeding

Comments

@jimeh
Copy link
Contributor

jimeh commented Mar 1, 2021

Some of the resources below will require support within go-katapult, not to
mention additions to the Katapult Core API itself. As such this is issue is
marked as On-Hold for now.

  • Add katapult_ssh_key resource with:
    • name attribute
    • public_key attribute
  • Add katapult_ssh_key data source.
  • Add authorized_keys attribute to katapult_virtual_machine resource
    with:
    • all_organization_keys bool attribute, for adding all organization SSH
      keys to the VM. Default value: true
    • all_user_keys bool attribute, for adding all keys for all users who
      are a member of the organization. Default value: true
    • keys attribute, list of katapult_ssk_key ID strings. When not empty
      set both all_organization_keys and all_user_keys to false.
    • users attribute, list of katapult_user ID strings. When not empty
      set both all_organization_keys and all_user_keys to false.
  • Add katapult_user data source.
  • Add katapult_users data source.
@jimeh jimeh added the enhancement New feature or request label Mar 1, 2021
@jimeh jimeh changed the title Virtual Machines: SSH key options Add support for SSH Key management Mar 1, 2021
@jimeh jimeh added the on-hold Need more information before proceeding label Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request on-hold Need more information before proceeding
Projects
None yet
Development

No branches or pull requests

1 participant