Restrict access to secrets from resources

Hi,

I'm trying to find a way to allow only certain resources to access certain secrets in ReTool.
For example, storing a client secret for certain in API Resource, that will be unaccessible to other resources, that are owned by different teams, let's say.

Hi @Andrey_Ershov,

Interesting question, where are you thinking of storing the client secret? Would this be data that you hard code into the app? Are these secrets being used in the resource connection or being used in Queries?

You can restrict access to resources based on groups, so that certain teams cannot look at a resource and find any private data related to a client.