bakdata / ci-templates

Collection of reusable workflows and composite actions for Github
MIT License
4 stars 1 forks source link

feat: initial version of gsm secret loader #213

Closed DerTiedemann closed 4 days ago

DerTiedemann commented 1 month ago

This PR is the basis for the workload identity integration for GH workflows. Based on context it will load all secrets that are specified, transform their names to screaming snake case and export them.

There are some tests and one is failing and i dont know why. All basic usecases work though.