This module provides a simple way of adding IP addresses to Fastly ACLs.

The mechanism is simple - a user logs in, or visits, /user, and the module will attempt to add their IP address to the ACL targeted in fastly_streamline_access.settings.

Drupal 8/9 installation instructions

Require the module via composer
`composer require drupal/fsa`

Once installed, you'll need to visit `/admin/config/development/fastly_streamline_access to set up the module.

(削除)

Drupal 7 installation instructions

`drush pm-install fsa`

(削除ここまで)

Settings

On the administration page you will find the following settings
**Standard Access Control List (ACL) name** - this is where the present module will record all IP addresses. The value of this setting should correspond to the ACL name.
**Long lived Access Control List (ACL) name:** - this is where the admin module will record all IP addresses manually tagged for longer TTLs that average. The value of this setting should correspond to the ACL name.
**Fastly Service Id** - The service ID we are connecting to on Fastly
**Fastly API Token** - The API token used to access Fastly

The settings, in particular the API token, should be carefully controlled and made as secure as possible.
If possible, look at using something like the https://www.drupal.org/project/key in combination with a key management service.

Supporting organizations:
Initial development
Initial development

Project information

Releases

2.8.7 Stable release covered by the Drupal Security Team released 24 March 2025
Works with Drupal: ^10.2 || ^11

Fix 'Not a valid IPv4 or IPv6 address'

Install:

Development version: 2.x-dev updated 15 Oct 2024 at 20:11 UTC

2.7.2 Stable release covered by the Drupal Security Team released 21 February 2024
Works with Drupal: ^8 || ^9 || ^10
Install:

Development version: 2.x-dev updated 15 Oct 2024 at 20:11 UTC