https://github.com/p6m7g8/p6-cdk-gha-role
P6M7G8: AWS CDK Construct that makes IAM Roles for Github Actions to Assume via OIDC
https://github.com/p6m7g8/p6-cdk-gha-role
aws cdk compliance construct github github-actions iam landing-zone oidc p6 p6m7g8 security sts typescript
Last synced: 2 months ago
JSON representation
P6M7G8: AWS CDK Construct that makes IAM Roles for Github Actions to Assume via OIDC
- Host: GitHub
- URL: https://github.com/p6m7g8/p6-cdk-gha-role
- Owner: p6m7g8
- License: apache-2.0
- Created: 2024-10-31T22:21:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T14:09:19.000Z (6 months ago)
- Last Synced: 2025-03-20T06:35:02.740Z (3 months ago)
- Topics: aws, cdk, compliance, construct, github, github-actions, iam, landing-zone, oidc, p6, p6m7g8, security, sts, typescript
- Language: Go
- Homepage: https://continuouslearning.io
- Size: 31.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DESC
# P6CDKGHARole
## LICENSE
[](https://opensource.org/licenses/Apache-2.0)
## Other
   
## Usage
```ts
...
import { P6CDKGHARole } from 'p6-cdk-gha-role';new P6CDKGHARole(this, 'P6CDKGHARole', {
principle: arn,
repo: 'org/repo',
policies: []
});
```## Architecture

## Author
Philip M. Gollucci