Akamai Edge Worker

DataDome Akamai integration detects and protects against bot activity.

Before the Akamai EdgeWorker processes a client request, the proxy will call the DataDome API through the HttpRequest module. Depending on the API response, the integration will either block the request and return the content provided by DataDome, or let Akamai proceed with the regular process. The module has been developed to protect the users’ experience: if any errors were to occur during the DataDome process or if the call to DataDome reaches a timeout, the integration will automatically assume a 200 for that request, and continue the process normally.

Prerequisites

This article assumes that you already have:
1. Access to the Akamai Dashboard: https://control.akamai.com/apps/home-page/
2. Set up the concerned website as an Akamai Property: https://control.akamai.com/apps/property-manager
3. Enabled access to the Akamai EdgeWorkers from the Akamai Marketplace: https://control.akamai.com/apps/marketplace-ui
4. Ability to create EdgeWorkers: https://control.akamai.com/apps/edgeworkers/

πŸ“˜

We support both Basic and Dynamic Akamai EdgeWorker resource tier. We recommend to use Basic resource tier.

Installation

Setting up the EdgeWorker

  1. Access the EdgeWorkers Management screen at: https://control.akamai.com/apps/edgeworkers
  2. Click on the Create EdgeWorker ID button at the top-right

  1. The Create EdgeWorker ID modal is shown
    1. Set the name of the EdgeWorker to EW_DataDome_Protection
    2. The Group refers to which set of access permissions are you going to apply to the newly created EdgeWorker
    3. Set the Resource Tier to Basic Compute

  1. A new row will be added in the EdgeWorker table

πŸ“˜

By default the EdgeWorker is not enabled in either Staging or Production

  1. Click on the respective ID, the EdgeWorker ID details page will be shown
  2. Click on the Create Version button, the Create version modal will be shown

  1. Drag and drop the provided tar file in the droppable area

  1. The droppable area should validate the dropped bundle

  1. Click on the Create version button on the bottom-right of the modal
  2. A row will be added to the Versions table
  3. Click on the last version added, the EdgeWorker version details page will be shown
  4. Click on the Activate version button, the Activate version modal will be shown

  1. Choose a Network to deploy this version to

πŸ“˜

It is recommended that deployments are first done in Staging to be validated, then deployed to Production when all the necessary checks are made

❗️

EdgeWorker environments are updated separately, the activation process needs to be done twice to update both the Staging and the Production environments

  1. Click on the Activate version button to proceed; the EdgeWorker version details page will get updated with a notification on the top-right and a progress bar.

  1. Kindly wait until the progress bar is full and green, and the version is marked as active in that environment.

Changes in the Property Manager

Step 0: Create a new version of your Akamai property

  1. Go to your Akamai property you would like to protect with DataDome
  2. Create a new version of this property to be able to update it

❗️

You need to create a new version of your property, otherwise you will not be allowed to edit a Property version that is already deployed to Staging and/or Production.

Step 1: Add the following variables and their respective value in the Property Variables section

πŸ“˜

Please note that Akamai prepends the variables with β€œPMUSER_” - no need to re-add it.

Variable NameDescriptionSecurity SettingsNotes
EW_DD_LICENSE_KEYDatadome Server Side KeyHiddenValue of your Server Side Key available in DataDome Dashboard > Management > Integrations
EW_DD_DOMAINDataDome API EndpointHiddenValue : api-akamai.datadome.co
EW_DD_ENABLE_LOGGINGUsed to enable log inside X-DataDome-log headerHiddenValue should be true or false
Default value is false
EW_DD_TIMEOUTDataDome TimeoutHiddenValue : 300 (in ms)
EW_CLIENT_IPUsed to get the client IPHidden
EW_TLS_VERSIONUsed to retrieve the TLS versionHidden
EW_TLS_CIPHER_NAMEUsed to retrieve the TLS Cipher nameHidden
EW_DD_FLOWUsed as a flow control variableHidden
EW_DD_LOG_HEADERUsed to retrieve the X-DataDome-log headerHidden

Step 2: Enable the EdgeWorker

  1. Scroll down to the Property Configuration Settings panel and click on +Rules

  1. The Add Rule modal will be shown; search for Blank Rule Template. For the purpose of this documentation we will be naming the rule EW_DD_Rule. Click on the Insert Rule button when done

  1. By default, Akamai adds new rules at the very end of the configuration settings, scroll to the very bottom of the list and click on the newly added rule. Both the Criteria and the Behaviors panels should be empty.
  2. Add the following criteria in the Criteria panel - this will not forward static file requests to the EdgeWorker
    1. Criteria : Match All
    2. Case Sensitive: Off
    3. Condition _: If
      File extension
      is not one of
avi
flv
mka
mkv
mov
mp4
mpeg
mpg
mp3
flac
ogg
ogm
opus
wav
webm
webp
bmp
gif
ico
jpeg
jpg
png
svg
svgz
swf
eot
otf
ttf
woff
woff2
css
less
js

  1. Add the following behaviors in the Behaviors panel:

πŸ“˜

Please note that the behaviors need to be added in the order specified in the table

OrderTypeSettings
1Set Variable- Variable: PMUSER_EW_CLIENT_IP
- Create Value From: Expression
- Expression: {{builtin.AK_CLIENT_IP}}
- Operation: None
2Set Variable- Variable: PMUSER_EW_TLS_VERSION
- Create Value From: Expression
- Expression: {{builtin.AK_TLS_VERSION}}
- Operation: None
3Set Variable- Variable: PMUSER_EW_TLS_CIPHER_NAME
- Create Value From: Expression
- Expression: {{builtin.AK_TLS_CIPHER_NAME}}
- Operation: None
4EdgeWorkers- Enable: On
- Identifier: EW_DataDome_Protection

  1. Click on the Save button at the top-right or bottom-right

Step 3: Forward the call from the EdgeWorker to the DataDome API

πŸ“˜

This part of the installation is required because Akamai EdgeWorkers are not allowed to make subrequests to origins that are not on the Akamai network. For this reason the /validate-request path is mapped to forward the requests to the DataDome API: see Akamai documentation

  1. Scroll down to the Property Configuration Settings panel and click on +Rules

  1. The Add Rule modal will be shown; search for Blank Rule Template. For the purpose of this documentation we will be naming the rule OriginConnectivity_DD_Rule. Click on the Insert Rule button when done

  1. By default, Akamai adds new rules at the very end of the configuration settings, scroll to the very bottom of the list and drag this new rule before the previously created EW_DD_Rule as can be seen in the below screenshot.

  1. Click on the newly added rule. Both the Criteria and the Behaviors panels should be empty.

  2. Add the following Criteria

    1. Criteria : Match All
    2. Condition _: If
      Path
      matches one of
      /validate-request

  1. Click on the +Behavior button (top-right of the Behaviors panel) and add the following:
TypeSettings
Origin Server-Origin Type: Your Origin
- Origin Server Hostname: {{user.PMUSER_EW_DD_DOMAIN}}
- Forward Host Header: Custom Value
- Custom Forward Host Header: {{user.PMUSER_EW_DD_DOMAIN}}
- Cache Key Hostname: Origin Hostname
- Supports Gzip Compression: Yes
- Send True Client IP Header: Yes
- True Client IP Header Name: True-Client-IP
- Allow Clients To Set True Client IP Header: No

Origin SSL Certificate Verification
- Verification Settings: Choose Your Own
- Use SNI TLS Extension: Yes

Ports
- HTTP Port: 80
- HTTPS Port: 443
  1. Click on the Save button at the top-right or bottom-right

Step 4: Bypass mPulse

❗️

Please note that this step only applies if the mPulse module is configured in your property

Due to the size of mPulse Javascript and Akamai limitation on EdgeWorker, when DataDome respond a captcha, we need to disable mpsulse. We only disable it for the captcha and block page.

  1. Under the Property Configuration Settings Section, find the Augment Insights >
    mPulse RUM rule.

  1. In the Criteria section, add the following rule:
    1. Criteria : Match All
    2. Condition: If
      Path
      matches one of
      /validate-request

🚧

Please make sure that the mPulse API key is filled in; this is because the condition set up above will only take effect if this value is provided

This value can be found by following the steps found at: https://techdocs.akamai.com/mpulse/docs/about-edge-injection

Step 5: Activate the changes

  1. Following completion of the above steps, activation is required to test the setup. Switch to the Activate tab at the top.

  1. Click on the Activate vX on Staging button, the Activate version modal will be shown

🚧

It is recommended that deployments are first done in Staging to be validated, then deployed to Production when all the necessary checks are made

❗️

An email address must be inputted to notify you about the completion of the activation process

  1. Click on the Activate vX on Staging button to proceed; the Property version activation details page will get updated with a notification on the top-right and a progress bar.

  1. Kindly wait until the progress bar is full and green, and the version is marked as active in that environment.

Troubleshooting

  • Unresponsive page and 301 (redirect) responses

If after installation your page is unresponsive, seems to be blocked on the EdgeWorker and you are not seeing any traffic on Datadome, make sure you do not have any Policy redirecting all the traffic to some kind of default path.

If it is the case, please make sure the /validate-request path is not included, so the calls will go to Datadome API.

  • No traffic sent to DataDome
  1. Validate the variables have been correctly defined inside INITIAL VALUE column and not DESCRIPTION column
  2. Validate the Akamai Edge Worker is executed and the version matches our current version :

Execute a curl on a specific url with Akamai Pragma Header :

Pragma:akamai-x-get-client-ip, akamai-x-cache-on, akamai-x-cache-remote-on, akamai-x-check-cacheable, akamai-x-get-cache-key, akamai-x-get-extracted-values, akamai-x-get-nonces, akamai-x-get-ssl-client-session-id, akamai-x-get-true-cache-key, akamai-x-serial-no, akamai-x-get-request-id, akamai-x-ew-debug

In the curl response, you would be able to see if the EdgeWorker have been executed (and the version of the EdgeWorker which was executed. Eg : Here in the example v1.1.0). If it is not executed, please verify the rule to call the edge worker is correctly set up (Step 3)

< x-akamai-edgeworker-onclientresponse-info: ew=81212 v1.1.0:EW_DataDome_Protection; status=Success
< x-akamai-edgeworker-onclientrequest-info: ew=81212 v1.1.0:EW_DataDome_Protection; status=Success

FAQ

How can I exclude IPs and not send traffic to DataDome?

  • Akamai allows ClientIP match based on an IP address, a range of IP addresses, or a CIDR block.