Skip to content

chore(fly): drop iac-shadow OTEL_* lines from fly.testnet.toml - #114

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

chore(fly): drop iac-shadow OTEL_* lines from fly.testnet.toml#114
AquiGorka merged 2 commits into
mainfrom
drop-iac-shadow-from-fly-env

Conversation

@AquiGorka

Copy link
Copy Markdown
Contributor

Summary

Deletes the 3 OTEL_* lines from fly.testnet.toml [env] that duplicated iac-owned secret names.

  • iac/destinations.yaml is the source of truth for OTEL_DENO, OTEL_SERVICE_NAME, and OTEL_EXPORTER_OTLP_PROTOCOL on this testnet Fly app.
  • The [env] entries were silently shadowed by the Fly secrets iac sets; they would have rotted if iac ever rotated the values.
  • Current [env] values match what iac sets, so this is a no-runtime-change cleanup — iac/destinations.yaml remains the sole source of truth.

Changes

Test plan

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

AquiGorka added 2 commits June 8, 2026 14:27
iac/destinations.yaml is the source of truth for OTEL_DENO,
OTEL_SERVICE_NAME, and OTEL_EXPORTER_OTLP_PROTOCOL on this app; the
[env] duplicates were silently shadowed by the Fly secrets and would
have rotted if iac rotated them. Current values match iac, so this is
a no-runtime-change cleanup.
@AquiGorka
AquiGorka merged commit e4ada2e into main Jun 8, 2026
7 checks passed
@AquiGorka
AquiGorka deleted the drop-iac-shadow-from-fly-env branch June 8, 2026 17:52
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