Daml Hub Cybersecurity

Hi,

Could you please let me know whether Daml Hub provides any out of the box features in terms of DDoS mitigation services or other cyber security related features?

If not, what would be the main concerns that you’d be raising if you had to build Daml applications on top of Daml Hub with those non-functional requirements in mind?
If partially, how would certain services like Cloudflare, or other, be able to complement Daml Hub’s offering to provide added cyber security?

Any inputs appreciated.

1 Like

Hi Luis; great question. We are currently implementing DDoS mitigation services into Daml Hub, and this feature is planned to be added to all tiers.

As we are planning to build DDoS mitigation directly into Daml Hub, we haven’t explored supporting integration with Cloudflare, though all you should have to do is:

  1. register a new domain with Cloudflare
  2. point Cloudflare to YOUR_APP.daml.app
  3. direct your users to route traffic through your Cloudflare-registered domain

The HTTP JSON API is hosted off of your domain so simply proxying in front of your domain should be sufficient.

2 Likes