How to restrict access to my application's sensitive information?

I am a member of a workspace, let’s say workspace_xyz, along with several other members. In this workspace, multiple applications have been created. I have my own application in this workspace, but currently, other members can access it and view sensitive details like environment variables, database names, database passwords, etc.

What I want to know is: How can I restrict other members from accessing these sensitive properties of my application, even though they are part of the same workspace?

2 Likes

@mghulam0
You can handle this by using IAM feature.
You can refer to this link IAM

1 Like