This is protecting the Chat API (which would need to be called from outside of the cluster).
The dmr-api/messages endpoint should be protected by networking to ensure it's not callable outside of the cluster. (We need to do this, but it needs to remain anonymous at the moment)
I've got a separate change to update the Integration tests.
This is protecting the Chat API (which would need to be called from outside of the cluster). The dmr-api/messages endpoint should be protected by networking to ensure it's not callable outside of the cluster. (We need to do this, but it needs to remain anonymous at the moment) I've got a separate change to update the Integration tests.