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

Optional parameter [kmsauth token] cannot be passed in #65

Closed
jaymed opened this issue Sep 20, 2017 · 3 comments
Closed

Optional parameter [kmsauth token] cannot be passed in #65

jaymed opened this issue Sep 20, 2017 · 3 comments

Comments

@jaymed
Copy link

jaymed commented Sep 20, 2017

If passing in a 10th parameter [kmsauth token], there is ValueError displayed.

Traceback (most recent call last):
  File "./bless_client/bless_client.py", line 98, in <module>
    main(sys.argv[1:])
  File "./bless_client/bless_client.py", line 51, in main
    bastion_command, public_key_filename, certificate_filename = argv
ValueError: too many values to unpack
@avoidik
Copy link
Contributor

avoidik commented Nov 29, 2017

#63

@marranz
Copy link

marranz commented Dec 7, 2017

I added it to the like 51 and works.

    region, lambda_function_name, bastion_user, bastion_user_ip, remote_usernames, bastion_ips, \
        bastion_command, public_key_filename, certificate_filename, kmsauth_token = argv

@russell-lewis
Copy link
Contributor

This is working for me now. Let me know if you still have issues.

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

No branches or pull requests

4 participants