Docs
Reference

Fastly Config Store

Edge key-value items that go live without a service version bump. There is no version to pin, so a console edit made at the same time is lost.

Edge key-value items that go live without a service version bump. There is no version to pin, so a console edit made at the same time is lost.

The connection

WhatThis provider
VendorFastly
Keyfastly-config-store
Availabilityavailable. You can connect it today.
Credential penv holdsfastly-key
Values read backyes
Activationimmediate

What it moves

DirectionWhat it does
importReads names and values out of the store into penv.
exportWrites names and values from penv into the store.

When a written value goes live

immediate. The running app sees a new value at once.

What happens to a name that exists

DirectionPolicies you can pick
importskip_existing, new_version, fail
exportcreate_only, overwrite

How syncs work says what each one does.

How you connect

You paste a credential you already hold. penv seals it and never shows it again.

FieldLabelKindRequiredWhat it is
apiTokenAPI tokensecret, masked here and sealedyesNeeds global scope, because a config store belongs to the account rather than a service.

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
storeIdStoretextyesnoThe config store's ID. One sync owns one store.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
config-store:readevery directionyesPreview cannot list the items in the store.
config-store:writeexportyesExport cannot write an item.