livepeer / catalyst

Livepeer's Decentralized Media Server
MIT License
22 stars 13 forks source link

Propagate UCAN web3.storage keys in Livepeer services #363

Closed leszko closed 1 year ago

leszko commented 1 year ago

Update Livepeer Infra configuration to propagate UCAN keys into the following services:

Here are the related configurations which injects Vault secrets as environment variables:


Acceptance criteria

red-0ne commented 1 year ago

Since catalyst-api is getting its variables as arguments. I propose to not have CATALYST_UCAN_KEY as env variable and let it be passed directly through catalyst-api args (https://github.com/livepeer/catalyst-api/pull/381). If we need the value to be exposed as environment variable, then it should be assigned here I guess livepeer-infra/values/catalyst.values.yaml

leszko commented 1 year ago

Yeah, agree, let's do the same what we do with other flags.

leszko commented 1 year ago

Reopening. Related Discord discussion: https://discord.com/channels/423160867534929930/1006190767510917202/1067432142876987492

leszko commented 1 year ago

The Studio part is done.

The Catalyst API part needs to wait until we introduce the related flag to Catalyst API