I want to consume some secrets from external sources like AWS secrets manager in the activities.
But since activities are repetitive I don’t want to fetch the secrets again and again.
So Is there any way where secrets will be injected to the workers directly when workers are booting up and referenced directly in the activities using some sort of context or modifying process.env, etc.