Skip to content

Conversation

@subhashkhileri
Copy link
Member

Summary

  • Update Keycloak environment variables for proper HTTP mode (KC_PROXY=edge, KC_HOSTNAME_STRICT_HTTPS=false)
  • Remove TLS edge termination from OpenShift route to use plain HTTP, avoiding self-signed certificate issues in test environments
  • Bump version to 1.1.3

Test plan

  • Deploy Keycloak using the updated Helm values
  • Verify Keycloak is accessible via HTTP route
  • Confirm no certificate-related errors in test environment

🤖 Generated with Claude Code

- Update Keycloak environment variables for HTTP mode:
  - Replace KC_PROXY_HEADERS with KC_PROXY=edge
  - Add KC_HOSTNAME_STRICT_HTTPS=false
- Remove TLS edge termination from OpenShift route to use plain HTTP
- Bump version to 1.1.3

This simplifies test environment setup by avoiding self-signed
certificate issues with TLS termination.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@subhashkhileri subhashkhileri merged commit dc063b4 into redhat-developer:main Jan 23, 2026
1 check passed
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