You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`baton-fastly` is a connector for Baton built using the [Baton SDK](https://github.com/conductorone/baton-sdk). It works with Fastly API.
6
6
7
7
Check out [Baton](https://github.com/conductorone/baton) to learn more about the project in general.
8
8
9
9
# Prerequisites
10
10
11
-
Connector requires automation token that is used throughout the communication with API. To obtain this token, you have to create one in Fastly. More in information about how to generate token [here](https://developer.fastly.com/reference/api/auth-tokens/automation)).
11
+
Connector requires automation token that is used throughout the communication with API. To obtain this token, you have to create one in Fastly. More in information about how to generate token [here](https://developer.fastly.com/reference/api/auth-tokens/automation)).
12
12
13
13
After you have obtained access token, you can use it with connector. You can do this by setting `BATON_ACCESS_TOKEN` or by passing `--access-token`.
0 commit comments