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

virtctl: add commands to dynamically set SSH keys and passwords on a VM #9818

Merged
merged 3 commits into from
Jun 14, 2023

Commits on Jun 12, 2023

  1. virtctl: add command: credentials add-ssh-key

    The command adds a SSH public key to the secret
    specified in the "AccessCredentials" field of a VM or VMI.
    
    Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
    akrejcir committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    93177a8 View commit details
    Browse the repository at this point in the history
  2. virtctl: add command: credentials remove-ssh-key

    The command removes specified key from all the secrets
    that are specified in the "AccessCredentials" list.
    
    Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
    akrejcir committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    bdb4509 View commit details
    Browse the repository at this point in the history
  3. virtctl: add command: credentials set-password

    The command modifies a secret to set the user's password.
    
    Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
    akrejcir committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3249e02 View commit details
    Browse the repository at this point in the history