Skip to content

Commit 08f4a33

Browse files
authored
Remove hard coded Fastly service id
1 parent 8f7ef34 commit 08f4a33

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
### Security
2727
- in case of vulnerabilities
2828

29+
## [1.0.6] - Scheduled
30+
31+
### Changed
32+
- Remove hard coded Fast ID in fastly.tom
33+
2934
## [1.0.5] - 2025-05-19
3035

3136
### Changed

fastly.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ description = "aslk"
77
language = "rust"
88
manifest_version = 3
99
name = "trusted-server-fastly"
10-
service_id = "q9waEnTgJfqQV1a0cYOuo3"
1110

1211
[scripts]
1312
build = """
1413
cargo build --bin trusted-server-fastly --release --target wasm32-wasip1 --color always
1514
"""
1615

17-
1816
[local_server]
1917
[local_server.backends]
2018
[local_server.backends.equativ_ad_api_2] # FIX ME: must match config

0 commit comments

Comments
 (0)