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 in the Property Variables section

📘

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

Variable NameInitial ValueDescriptionSecurity SettingsNotes
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
EW_DD_LICENSE_KEYDataDome Server Side keyHidden
EW_DD_DOMAINDataDome API endpointHiddenapi-akamai.datadome.co
EW_DD_TIMEOUTDataDome call timeoutHiddenValue : 100 (in ms)
EW_DD_ENABLE_LOGGINGUsed to enable retrieval of X-DataDome-log headerHiddenValue should be true or false

Default value is false

Used to determine whether the X-DataDome-Log header should be added to the response

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:
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

Case Sensitive: Off

  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: Map 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

Option 1: Amending the Origin connectivity rule

This option should be followed if you have created your property through the wizard and the Accelerate delivery > Origin connectivity is readily available. If you cannot find this rule please proceed to follow Option 2.

  1. Scroll down to the Property Configuration Settings panel and find Accelerate delivery > Origin connectivity

  1. Click on the Origin connectivity rule and add the following Criteria
If
Path
matches one of
/validate-request

  1. Click on the +Behavior button (top-right of the Behaviors panel) and add the following:
OrderTypeSettings
LastOrigin 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: Use Platform Settings
- Use SNI TLS Extension: Yes

Ports
- HTTP Port: 80
- HTTPS Port: 443

❗️

Please note that the Origin Connectivity might have other behaviors, it is important that the above behavior is added at the end

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

Option 2: Create a custom rule

This option should be followed if you have NOT implemented the previously documented Option 1.

  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

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: Use Platform Settings
- 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

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

  1. In the Criteria section, add the following rule:
If
Path
does not match 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.