Set Temporal self hosted cluster UI to read-only

Hi Team,
Is it possible to configure Temporal UI to read-only mode?

I don’t see any related config here:

Thanks,
Durga

I’m also interested in this. @durga.sahoo did you make any progress with this?

For anyone comes into same topic, you can set

env:
- name: TEMPORAL_DISABLE_WRITE_ACTIONS
  value: "true"

We can use the environments with TEMPORAL_ prefixed to inject and override the config.