Skip to content

Updates Hosts client to use latest tag for Docker images.#327

Open
johnnymatthews wants to merge 1 commit into
mainfrom
chore/update-client-versions
Open

Updates Hosts client to use latest tag for Docker images.#327
johnnymatthews wants to merge 1 commit into
mainfrom
chore/update-client-versions

Conversation

@johnnymatthews

Copy link
Copy Markdown
Contributor

Closes #326

johnnymatthews added a commit that referenced this pull request Jul 20, 2026
SOOOO many fixes:

1. Fixed shinzo-indexer -> shinzo-generator (service, container, image
shinzo-generator-client:standard), updated nginx upstreams, rewrote the
tag gotcha to align with #326/#327.
2. The repo's nginx doesn't terminate TLS (listen 8080, no ssl
directives), so made the scenario genuinely terminate TLS (listen 443
ssl + ssl_certificate + 443:443 mapping) and removed the false "inherits
certs from volume" claim. indexer-prod-setup.sh confirmed no TLS config
to reproduce.
3. SCHEMA_AUTH_MODE is read (config.go:355). Added it as a field row +
env var. Also fixed max_docs_per_txn shipped value (500 -> 100),
logger.level (error -> info), and added 4 missing indexer fields + 5
missing env vars.
4. Verified #chain-abstraction-in-progress resolves (built HTML
confirms). Kept config refs at generators//hosts/.
5. Restored full-fidelity nginx.conf (all proxy_set_header,
/registration-app, /api/v1/schema blocks).
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.

Use rolling latest tag for docker pull/run commands.

1 participant