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

aws - add ssh-key management for iam-users #6365

Merged
merged 7 commits into from Jan 5, 2021

Commits on Dec 28, 2020

  1. aws - add ssh-key operations for iam-user

    - filters.ssh-key: Value filter against SSH key properties
    - actions.remove-ssh-keys: Remove or disable SSH keys
    ajkerrigan committed Dec 28, 2020
    Copy the full SHA
    c6fb3c3 View commit details
    Browse the repository at this point in the history
  2. Rename 'remove-ssh-keys' to 'delete-ssh-keys'

    Choose an action name that is more in line with the underlying API and
    permissions.
    ajkerrigan committed Dec 28, 2020
    Copy the full SHA
    45b1182 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ddf5799 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2e3d493 View commit details
    Browse the repository at this point in the history
  5. Clean up ssh-key tests

    - Cosolidate redundant tests
    - Use a config source to eliminate noise
    ajkerrigan committed Dec 28, 2020
    Copy the full SHA
    e85168b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e22c8d9 View commit details
    Browse the repository at this point in the history
  7. Revert switch to ConfigTest

    I had derived from ConfigTest thinking I would use that class's features
    for subscribing to the config change stream. I didn't end up using
    that, so the change in base class isn't needed.
    ajkerrigan committed Dec 28, 2020
    Copy the full SHA
    999e8f0 View commit details
    Browse the repository at this point in the history