Skip to content

v0.37.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 05 Aug 13:41
d078282

NOTE: The github_token_type input defaults to PARAMETER_STORE meaning that the github_token input is the SSM key. If previous functionality is desired then set github_token_type = "PLAINTEXT".

Set GitHub token to be stored as a secret @gausnes (#90)

what

  • updating GitHub token to be stored as a secret, it's currently being stored as plaintext

why

  • reducing attack surface area for leaking provisioned tokens