evanharmon / in-mono

mono repo
2 stars 0 forks source link

CDK infrastructure as code for Github OIDC #50

Open evanharmon opened 2 years ago

evanharmon commented 2 years ago

create a cdk construct for adding a github OIDC provider to an AWS Account and place in packages

this really has to run once so place outside of the apps folder

future thoughts:

going forward, having a github OIDC provider for every account is repetitive. Probably could be achieved with a single github provider to a devops account and then an assume role in that account for specific other-aws account deployments

evanharmon commented 2 years ago

reference example