AWS CDK Construct Library for generating AWS access keys and storing them in Secrets Manager
Project description
AWS CDK Construct for IAM User Access Keys
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,
});
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file renovosolutions.aws-iam-access-key-0.0.37.tar.gz
.
File metadata
- Download URL: renovosolutions.aws-iam-access-key-0.0.37.tar.gz
- Upload date:
- Size: 56.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cf87b7af67857d25ebc0afefc8067de148931c617a5605d040f0fb859638457 |
|
MD5 | 5f1bd1aabb1d9afa82d0dbec855ec1a9 |
|
BLAKE2b-256 | f6b8a37c4facfc826debd1a256efee0027a4ca13d5e4e732f14dc19ecb495716 |
File details
Details for the file renovosolutions.aws_iam_access_key-0.0.37-py3-none-any.whl
.
File metadata
- Download URL: renovosolutions.aws_iam_access_key-0.0.37-py3-none-any.whl
- Upload date:
- Size: 54.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c0dbaa9243ca09999286445ea87b210155e672b0475f6e4c382128dd63b0249 |
|
MD5 | fe8cb36af13beb0dcad49fe88be95385 |
|
BLAKE2b-256 | f7df5404cd9a346944767f13618919ca406a76c3690e91b6726eda3500728ef7 |