An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

AWS CDK: Github OIDC Provider

# P6CDGithubOIDCProvider

## LICENSE

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)

## Other

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/p6m7g8/p6-cdk-github-oidc-provider) ![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=p6m78_p6-cdk-github-oidc-provider&metric=alert_status) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/p6m7g8/p6-cdk-github-oidc-provider) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/p6m7g8/p6-cdk-github-oidc-provider)

## Usage

```ts
...
import { P6CDKGithubOIDCProvider } from 'p6-cdk-github-oidc-provider';

new P6CDKGithubOIDCProvider(this, 'SiteNameGithubOIDCProvider', {
repo: string
});
```

## Architecture

![./assets/diagram.png](./assets/diagram.png)

## Author

Philip M. Gollucci