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

[BUG] Create Role function does not support Machine Identities #161

Closed
webbbarker opened this issue Sep 9, 2020 · 1 comment
Closed
Assignees
Labels

Comments

@webbbarker
Copy link
Contributor

Currently the ALKS CLI "create role" method does not contain a flag for creating machine identities.

Current help for create role:

$ alks iam help createrole
ALKS v3.0.12

  Usage: alks-iam-createrole [options]

  creates a new IAM role


  Options:

    -V, --version                output the version number
    -n, --rolename [rolename]    the name of the role, alphanumeric including @+=._-
    -t, --roletype [roletype]    the role type, to see available roles: alks iam roletypes
    -d, --defaultPolicies        include default policies, default: false
    -a, --account [alksAccount]  alks account to use
    -r, --role [alksRole]        alks role to use
    -F, --favorites              filters favorite accounts
    -v, --verbose                be verbose
    -h, --help                   output usage information
@webbbarker webbbarker added the bug label Sep 9, 2020
@amagana3 amagana3 self-assigned this Sep 10, 2020
@amagana3
Copy link
Contributor

This has been fixed in latest alks-cli 3.1.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants