Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1005 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 1005 Bytes

aws-gh-oidc

Demonstrate a secure connection to aws from github without storing any credentials in the repository.
It allows accessing aws resources using the github action aws-actions/configure-aws-credentials@v1 without storing any secrets (like AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY ) in the repository itself. Read more in the Blogpost here

GithubAWSOIDC

Requirements

  • AWS CLI
  • For infrastructure either:
    • Terraform CLI 1.1.4 or newer (if you want to create infrastructure using terraform)
    • AWS CDK v2 or newer (if you want to create infrastructure using aws cdk)

Infrastructure

See Infrastructure Readme