Skip to content

chore(fly): drop iac-shadow STELLAR_RPC_URL from fly.testnet.toml - #39

Merged
AquiGorka merged 2 commits into
mainfrom
drop-iac-shadow-from-fly-env
Jun 8, 2026
Merged

chore(fly): drop iac-shadow STELLAR_RPC_URL from fly.testnet.toml#39
AquiGorka merged 2 commits into
mainfrom
drop-iac-shadow-from-fly-env

Conversation

@AquiGorka

Copy link
Copy Markdown
Contributor

Summary

Deletes the STELLAR_RPC_URL line from fly.testnet.toml [env] that duplicated an iac-owned secret name.

  • iac/destinations.yaml is the source of truth for this secret on the testnet Fly app.
  • The [env] entry was silently shadowed by the Fly secret iac sets; it would have rotted if iac ever rotated the value.
  • Current [env] value matches what iac sets, so this is a no-runtime-change cleanup — iac/destinations.yaml remains the sole source of truth.

Changes

  • fly.testnet.toml: drop 1 line inside [env]STELLAR_RPC_URL.
  • deno.json: 0.5.20 → 0.5.21 (independent final commit).

Test plan

  • deno fmt --check clean
  • deno lint clean
  • deno task test:unit — 27 passed, 0 failed
  • deno task test:integration — 25 passed, 0 failed
  • python3 tomllib parses fly.testnet.toml cleanly
  • git grep -nF for the deleted line returns 0 hits on the branch

AquiGorka added 2 commits June 8, 2026 13:52
iac/destinations.yaml is the source of truth for this secret; the [env]
entry was a duplicate that silently rotted whenever iac rotated the
value. Current value matches iac, so this is a no-runtime-change cleanup.
@AquiGorka
AquiGorka merged commit 0ee766e into main Jun 8, 2026
7 checks passed
@AquiGorka
AquiGorka deleted the drop-iac-shadow-from-fly-env branch June 8, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant