Cloudflare Deployment
  • 07 Jun 2023
  • 3 Minutes to read
  • Contributors
  • Dark
    Light

Cloudflare Deployment

  • Dark
    Light

Article Summary

Darwinium is able to deploy its decisioning components as web workers at the routes defined in your Journey’s steps. Deployment can occur automatically when a build is pushed to your node’s git repo, manually using Terraform the Darwinium API.

This guide assumes that you have a Cloudflare account setup that is already providing CDN capabilities for the sites you wish Darwinium to protect, as well as a workers plan. Users of this guide are assumed have knowledge of Cloudflare, and have access to Cloudflare's dashboard (https://dash.cloudflare.com) with sufficient priveleges to create new API tokens.

A typical Cloudflare deployment on a one-edge deployment device takes approximately 30 minues to setup and validate under a standard configuration. Manual configuration involving terraform will take longer.

Provide only minimum priveleges needed with your API tokens
Darwinium strongly recommends that you apply only the permissions specified when generating API tokens for Workers and KV



1. Get your organization’s Cloudflare Account ID, Zone ID

After setting up your site on Cloudflare, navigate to the site you wish to deploy Darwinium upon.  Your Account ID and Zone ID will be shown in the bottom right of the summary screen. Take note of these, as they will be needed later in the process:

2. Create API tokens for Darwinium: Workers  token

Two API tokens are required. One for Workers and another for KV Storage.

  1. At the top-right of the Cloudflare console, click the menu and select My Profile.
  2. On the left-hand navigation, select "API tokens":

  3. Select “Edit Cloudflare Workers” from the API token templates section:
  4. Verify that only following permissions are set:
    • Account: Workers KV Storage: Edit
    • Account: Workers Scripts: Edit
    • Zone: Workers Routes: Edit




  5. Setup a TTL for your token. This may vary depending on your organization’s security policy. Darwinium recommends setting a TTL between 6 months and 1 year
  6. Re-entering API tokens is your responsibility

    In order for the service to continue operating after the TTL, you will need to generate a new API key and enter it into darwinium’s settings

  7. Token will be generated. Take note of these as they will only appear once in cloudflare

Create API tokens for Darwinium: KV Storage token

Follow the same process as for Workers token above but permissions should be only set as

  • Account: Workers KV Storage: Edit

 

3. Setup KV stores for Darwinium

KV stores are used to store Darwinium's critical state information at the edge. Darwinium requires 3 of these to work correctly. To set these up:

  1. On the left-hand navigation menu, select Workers > KV
  2. Select Create namespace from the top-right of the screen that appears:
  3. Create 3 namespaces with the following names:
    • DWN_LABEL
    • DWN_IDENT
    • DWN_DATA
  4. Take note of the ids of these 3 KVs - they will need to be entered into the darwinium cloudflare settings

4. Enter configuration into Darwinium Node settings

In order to configure cloudflare settings for your node, you will need to be in a group that has permission to edit the given node's settings. This can be achieved by visiting the role management section of the administration section of the Darwinium portal.

  1. Login to the darwinium portal, and select Administration > Nodes:
  2. Select settings for the node you wish to configure:
  3. A modal dialog should appear. Enter the settings you captured from the steps above. Note that "Automatically deploy to Cloudflare on journey build" is recommended as it will facilitate immediate publishing of your journeys to cloudflare. Alternatively this can be done through the node deployment API.

5. Testing your Configuration

To test your deployment, it is recommended that you edit a journey, and create a step triggered by a GET request on one of your pages. Push this to your node's git repo and cloudflare deployment should commence shortly afterward.

Host specified in step trigger is critical for steps
Darwinium has been designed to work under a mixture of environments that are managed by different services. In order for the cloudflare builder to understand that your step is associated with cloudflare, you will need to specify the hostname as one that appears in the Hosts serviced by Cloudflare setting entered above:

You can confirm that routes have been setup for your journey's steps by going into the cloudflare administration console, and selecting Workers > Overview.

If deployment is successful, you will see routes corresponding to a journey's step names:



Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.