Restrict Access By Environment

Hi @MiguelOrtiz,

That is correct. We don't currently have a way to restrict users to a certain environment.

For the time being, I'd recommend separate apps, or data restrictions that limit what each authenticated user is able to query. For example, on the Retool side, you could add limitations based on the current_user (like this example and this example)

1 Like