popeye icon indicating copy to clipboard operation
popeye copied to clipboard

Generate an authorized_keys file from users stored in AWS IAM

Generate and output an authorized_keys file based on an IAM group.

iam

Usage

  • Create a group in IAM
  • Assign users to said group
  • Have users upload public keys to their account
docker run \
  --env AWS_ACCESS_KEY_ID=... \
  --env AWS_SECRET_ACCESS_KEY=... \
  codeclimate/popeye --group GROUP

Installation

Available on DockerHub