Skip to content

Polish TTP protocol alignment - #43

Merged
blocksifrdev merged 2 commits into
mainfrom
codex/gtm-adoption-updates
May 12, 2026
Merged

Polish TTP protocol alignment#43
blocksifrdev merged 2 commits into
mainfrom
codex/gtm-adoption-updates

Conversation

@blocksifrdev

Copy link
Copy Markdown
Collaborator

No description provided.

@blocksifrdev
blocksifrdev merged commit fbbcfe6 into main May 12, 2026
5 of 7 checks passed
@blocksifrdev
blocksifrdev deleted the codex/gtm-adoption-updates branch May 12, 2026 11:32

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1ca598fa53

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

import { loadReceipts, saveReceipts, storeMetadata } from './storage.mjs';
import { signHash, signingMetadata } from './signing.mjs';

const HOST = process.env.HOST || '127.0.0.1';

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve a routable default bind address

When this reference gate is run in the documented pre-prod/production pattern behind a load balancer (docs/deployment-guide.md Stage 3), defaulting HOST to 127.0.0.1 makes the process listen only on the container/pod loopback interface, so other containers or the LB cannot reach /healthz or /re/authorize unless operators discover and set an undocumented HOST=0.0.0.0. The previous server.listen(PORT) behavior accepted external interfaces, so this is a deployment regression for anyone following the existing guide.

Useful? React with 👍 / 👎.

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