Context.values.get for secret return undefined

Ok, nevermind I just found solution in docs

You cannot directly read the value of a Secret after defining it. Instead, you link to the Secret by name in authentication provider and service configurations. If you need to access the Secret from a Function or Rule, you can link the Secret to a Value.

4 Likes