Skip to content

A construct library that securely creates IAM access keys and stores them in secrets manager

License

Notifications You must be signed in to change notification settings

RenovoSolutions/cdk-library-aws-iam-access-key

Repository files navigation

AWS CDK Construct for IAM User Access Keys

build

This construct creates IAM user access keys securely.

Warning This is a WIP project

Overview

  • Uses a custom resource to generate AWS credentials
  • Uploads the resulting credentials to AWS Secrets Manager

Usage examples

See API doc for full details

typescript example:

const user = new iam.User(this, 'exampleUser')

new AccessKey(this, 'iamUserAccessKeyExample', {
  user,
});

About

A construct library that securely creates IAM access keys and stores them in secrets manager

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published