tracehubpm / tracehub

Tracehub and Project as a Code, a VCS-based collaboration tool
MIT License
5 stars 0 forks source link

Secrets notation YAML support #162

Open h1alexbel opened 4 months ago

h1alexbel commented 4 months ago

as described here, we should support a YAML secrets notation, consider this example:

id: 5B0185CB-424B-42D4-9631-7B628B7BB78F
...
key: ${value}

In this case, when reading the ${value}, we should fetch the secret called value inside project with id 5B0185CB-424B-42D4-9631-7B628B7BB78F and use it further

h1alexbel commented 4 months ago

@hizmailovich take a look, please