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

feat(iam): adding interactive management of users to the tool #48

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

clok
Copy link
Contributor

@clok clok commented Mar 24, 2021

BREAKING CHANGE:
The command gw-aws-audit iam user-report has been renamed to gw-aws-audit iam report

This adds User reporting and interaction to the toolset via the iam command set.

$ gw-aws-audit iam
NAME:
   gw-aws-audit iam - IAM related commands

USAGE:
   gw-aws-audit iam command [command options] [arguments...]

COMMANDS:
   report          generates report of IAM Users and Access Key Usage
   modify          modify an IAM User within AWS
   permissions, p  view permissions that are associated with an IAM User
   keys            view Access Keys associated with an IAM User
   help, h         Shows a list of commands or help for one command

OPTIONS:
   --help, -h  show help (default: false)
  • report replaces the deprecated user-report
    $ bin/gw-aws-audit iam user-report
    deprecated: please user the `iam report` command
    $ bin/gw-aws-audit iam user-report -h
    NAME:
       gw-aws-audit iam user-report - DEPRECATED: Please use the `iam report` command
    
    USAGE:
       DEPRECATED: Please use the `iam report` command
    
    OPTIONS:
       --help, -h  show help (default: false)
    
  • modify opens an interactive CLI that allows you to modify Permissions and Access Keys for a User
  • permissions specifically interacts with Permissions for a User
  • keys specifically interacts with Access Keys for a User

BREAKING CHANGE:
The command `gw-aws-audit iam user-report` has been renamed to `gw-aws-audit iam report`
@clok clok added the feature New feature or request label Mar 24, 2021
@clok clok self-assigned this Mar 24, 2021
@clok clok merged commit 0a3d15d into main Mar 25, 2021
@clok clok deleted the feat/user-access-key-management branch March 25, 2021 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

1 participant