Skip to content

DSPX-3636 update quickstart Keycloak docs#364

Open
jp-ayyappan wants to merge 1 commit into
mainfrom
DSPX-3636-standard-token-exchange-docs
Open

DSPX-3636 update quickstart Keycloak docs#364
jp-ayyappan wants to merge 1 commit into
mainfrom
DSPX-3636-standard-token-exchange-docs

Conversation

@jp-ayyappan

Copy link
Copy Markdown
Contributor

Summary

  • update the getting started Docker Compose Keycloak image to 26.2
  • switch the docs quickstart compose file to KC_BOOTSTRAP_ADMIN_* variables
  • remove the deprecated preview token-exchange feature flag from the docs quickstart Keycloak service

Context

Part of DSPX-3636. This mirrors the Keycloak 26 / standard token exchange work in opentdf/platform#3754.

Testing

  • not run; docs compose YAML-only change

@jp-ayyappan
jp-ayyappan requested review from a team as code owners July 17, 2026 13:19
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jp-ayyappan, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 14f242c4-b8d5-44d8-acbf-7ed4e1e814f9

📥 Commits

Reviewing files that changed from the base of the PR and between afd1149 and aa73f9f.

📒 Files selected for processing (1)
  • docs/getting-started/docker-compose.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch DSPX-3636-standard-token-exchange-docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Keycloak service in the Docker Compose configuration from version 25.0 to 26.2, updating the admin environment variables and removing the KC_FEATURES setting. Feedback highlights that upgrading to Keycloak 26.2 requires replacing the deprecated KC_PROXY: edge environment variable with KC_PROXY_HEADERS: x-forwarded to prevent startup configuration errors.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

volumes:
- keys:/keys:ro
image: keycloak/keycloak:25.0
image: keycloak/keycloak:26.2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

With the upgrade to Keycloak 26.2, the deprecated KC_PROXY environment variable has been completely removed. Keeping KC_PROXY: edge (on line 100) will cause Keycloak to fail to start with a configuration error. Please replace KC_PROXY: edge with KC_PROXY_HEADERS: x-forwarded on line 100 to align with the new configuration options in Keycloak 26.

@github-actions

Copy link
Copy Markdown
Contributor

📄 Preview deployed to https://opentdf-docs-pr-364.surge.sh

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