We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# TODO: This currently fails with exit code 1 and no helpful error message.
https://github.com/arianvp/amis/blob/8eb2b2e2c3bd567f9df2a0757284e45140a4216a/packages/ec2-instance-connect.nix#L14
The text was updated successfully, but these errors were encountered:
I tried the script(s) within an buildFSHEnv on a ec2 instance; debugged the script and probably found the problem:
buildFSHEnv
eic_parse_authorized_keys is called with /etc/ssl/certs instead of /etc/ssl/certs/ca-bundle.crt The script does not find any certs and breaks of it.
eic_parse_authorized_keys
/etc/ssl/certs
/etc/ssl/certs/ca-bundle.crt
within aws's repo aws-ec2-instance-connect-config they patch that file with e.g. this line:
aws-ec2-instance-connect-config
https://github.com/aws/aws-ec2-instance-connect-config/blob/551c73e8ec1f5ade4c8b1f52cf616e75b47879b4/bin/make_tarball.sh#L29
sadly i'm not familiar enough with nixos to create a solution within you package.
anyways, hope that helps and thanks for this project!
Sorry, something went wrong.
trying to fix the issue with the PR #114
No branches or pull requests
https://github.com/arianvp/amis/blob/8eb2b2e2c3bd567f9df2a0757284e45140a4216a/packages/ec2-instance-connect.nix#L14
The text was updated successfully, but these errors were encountered: