Skip to content

Commit

Permalink
fix(assets): Move published assets
Browse files Browse the repository at this point in the history
  • Loading branch information
smguggen committed Mar 4, 2023
1 parent 57f3d39 commit 214c21b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
*.ts
!*.d.ts

.aws/
node_modules
# CDK asset staging directory
Expand All @@ -9,7 +6,6 @@ cdk.out
coverage/
test/
src/
!src/util/assets
test.ts
.git/
.github/
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# AWS Break Glass Role

![License](https://img.shields.io/github/license/awslabs/aws-break-glass-role?style=plastic)
![Version](https://img.shields.io/github/v/release/awslabs/aws-break-glass-role?style=plastic)
![Version](https://img.shields.io/npm/v/aws-break-glass-role?style=plastic)
![Build](https://img.shields.io/github/actions/workflow/status/awslabs/aws-break-glass-role/release.yml?style=plastic)
![Commitizen Friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)
![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)
![Commitizen Friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=plastic)
![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=plastic)

***Create a break glass role for emergency use in order to limit production console access. Configure automatic alerts and logging of activities in the role to secure its use in production environments.***

Expand Down Expand Up @@ -248,7 +248,7 @@ Setting `deployer` will create a role with Least-Privilege permissions set for d
In addition to the main `BreakGlassRole`, `BreakGlassLoginAlert`, `BreakGlassLogActions`, and `BreakGlassDeployer` are all available as separate constructs. The major difference when using these constructs separately is that the `BreakGlassRole` cannot be created internally and an `IRole` must be passed to them as the `BreakGlassRole`.

## Architecture
[![Break Glass Role Diagram](src/util/assets/break-glass-role-cdk.png)](https://github.com/awslabs/aws-break-glass-role/raw/main/src/util/assets/break-glass-role-cdk.png)
[![Break Glass Role Diagram](assets/break-glass-role-cdk.png)](https://github.com/awslabs/aws-break-glass-role/raw/main/assets/break-glass-role-cdk.png)

## Security

Expand Down
File renamed without changes
File renamed without changes.

0 comments on commit 214c21b

Please sign in to comment.