confidential-containers / infra

Apache License 2.0
1 stars 4 forks source link

garm: store github tokens in key vault #13

Closed mkulke closed 7 months ago

mkulke commented 7 months ago

Instead of providing a list of name/token pairs as a deployment variable, we will specify a key vault from which all secrets will be read and converted from secret_name/value to name/token pairs.

The logic of converting the name/token pairs to a garm config remains untouched by this change.