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

/usr/local/bin/keymaker-create-account-for-iam-user not installed #50

Open
quagly opened this issue Dec 21, 2018 · 1 comment
Open

/usr/local/bin/keymaker-create-account-for-iam-user not installed #50

quagly opened this issue Dec 21, 2018 · 1 comment

Comments

@quagly
Copy link

quagly commented Dec 21, 2018

Issue: missing /usr/local/bin/keymaker-create-account-for-iam-user on keymaker install

Replication:

ran sudo keymaker install on fresh amazon-linux-2 instance. Installation went fine but there was no /usr/local/bin/keymaker-create-account-for-iam-user file created. I looked at the install code and did not find this file deployed. I copied the file from the repo and it worked fine.

ssh -V
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017

@quagly
Copy link
Author

quagly commented Dec 22, 2018

Resolved this for now by adding the following yaml to cfn-init

files:
              /usr/local/bin/keymaker-create-account-for-iam-user:
                source: https://raw.githubusercontent.com/kislyuk/keymaker/master/scripts/keymaker-create-account-for-iam-user
                mode: "000755"
                owner: "root"
                group: "root"

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

1 participant