Skip to content

MAINT: fix Docker dev stack healthcheck and dummy token generator#2

Open
jotelha wants to merge 1 commit into
mainfrom
maint/fix-docker-dev-stack
Open

MAINT: fix Docker dev stack healthcheck and dummy token generator#2
jotelha wants to merge 1 commit into
mainfrom
maint/fix-docker-dev-stack

Conversation

@jotelha
Copy link
Copy Markdown
Member

@jotelha jotelha commented May 14, 2026

Summary

  • Fix Docker healthcheck endpoint: /config/health was removed in newer dservercore; replaced with /config/info (accepts 200 or 401)
  • Switch dev stack from dserver-token-generator-plugin-oauth2 to a new dserver-dummy-token-generator plugin that accepts any username/password — no OAuth2 credentials needed for local development
  • Add --legacy-peer-deps to webapp npm install and remove stale config file references from the webapp Dockerfile

- Fix healthcheck endpoint: /config/health removed in newer dservercore,
  use /config/info with 200/401 response check instead
- Switch from dserver-token-generator-plugin-oauth2 to dserver-dummy-token-generator
  in dev stack (accepts any username without OAuth2 setup)
- Update npm install to use --legacy-peer-deps for webapp build
- Update submodule references to latest commits
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