Hi, is there a place where I can define variables and secrets at an tenant or app level? We have various places in out set up ranging from actions, custom database scripts and flows which require access to the same variable and at the moment we are redefining them. This makes it really painful to update them. Any suggestions on how to best handle this is very welcomed!
Hi @ammo
Unfortunately, there is no option to set secrets to be available tenant wide. On the other hand, you can configure client metadata which will be exposed in the client
object inside actions and accessible in flows inside the context
object. However, the client metadata is not accessible within custom database scrips.
If you have any other questions on the matter, let me know!
Kind Regards,
Nik