https://github.com/p6m7g8/p6-cdk-github-oidc-provider
P6M7G8: AWS CDK Construct that makes an OIDC Provider for GitHub Actions
https://github.com/p6m7g8/p6-cdk-github-oidc-provider
aws cdk compliance construct github github-actions iam landing-zone oidc p6 p6m7g8 security typescript
Last synced: 3 months ago
JSON representation
P6M7G8: AWS CDK Construct that makes an OIDC Provider for GitHub Actions
- Host: GitHub
- URL: https://github.com/p6m7g8/p6-cdk-github-oidc-provider
- Owner: p6m7g8
- License: apache-2.0
- Created: 2024-10-28T21:59:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-09T14:42:09.000Z (3 months ago)
- Last Synced: 2026-03-09T19:22:43.637Z (3 months ago)
- Topics: aws, cdk, compliance, construct, github, github-actions, iam, landing-zone, oidc, p6, p6m7g8, security, typescript
- Language: Go
- Homepage: https://continuouslearning.io
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS CDK: Github OIDC Provider
# P6CDGithubOIDCProvider
## LICENSE
[](https://opensource.org/licenses/Apache-2.0)
## Other
[](https://gitpod.io/#https://github.com/p6m7g8/p6-cdk-github-oidc-provider)   
## Usage
```ts
...
import { P6CDKGithubOIDCProvider } from 'p6-cdk-github-oidc-provider';
new P6CDKGithubOIDCProvider(this, 'SiteNameGithubOIDCProvider', {
repo: string
});
```
## Architecture

## Author
Philip M. Gollucci