Skip to content

Read codespace telemetry URL from org secret - #54

Merged
sis0k0 merged 1 commit into
mainfrom
use-org-secret-for-track-url
Sep 4, 2026
Merged

Read codespace telemetry URL from org secret#54
sis0k0 merged 1 commit into
mainfrom
use-org-secret-for-track-url

Conversation

@sis0k0

@sis0k0 sis0k0 commented Sep 4, 2026

Copy link
Copy Markdown
Member

Replaces the hardcoded, publicly-exposed Cloud Function URL in .devcontainer/track.sh with a read from the CODESPACE_TELEMETRY_URL org Codespaces secret. The old guessable-name function has been deleted and redeployed under a random name; the new URL is only stored as a secret, never committed. The script no-ops (exits 0) if the secret isn't available, consistent with its existing best-effort behavior.

The tracking Cloud Function URL was hardcoded and publicly guessable/exposed
in this file. The URL now comes from the CODESPACE_TELEMETRY_URL org
Codespaces secret; the script no-ops if it's not set.
@sis0k0
sis0k0 merged commit 96b0414 into main Sep 4, 2026
3 checks passed
@sis0k0
sis0k0 deleted the use-org-secret-for-track-url branch September 4, 2026 12:54
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