Skip to content

chore(keycloak): update permissions listener to 0.2.0#192

Closed
lusu007 wants to merge 1 commit into
mainfrom
chore/keycloak-listener-0.2.0
Closed

chore(keycloak): update permissions listener to 0.2.0#192
lusu007 wants to merge 1 commit into
mainfrom
chore/keycloak-listener-0.2.0

Conversation

@lusu007

@lusu007 lusu007 commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Description

Updates the Keycloak permissions event listener to v0.2.0, pins the verified release asset checksum, and aligns the documented build defaults.

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 💥 Breaking change
  • ♻️ Refactoring
  • 📚 Documentation
  • 🔧 Chore

Related Issues

  • None

Testing

  • Release asset SHA-256 verified
  • Keycloak image built locally for linux/amd64
  • Keycloak smoke test completed successfully
  • Image plugin version label verified as 0.2.0

Checklist

  • I have performed a self-review of my own code
  • Tests have been added/updated and pass (if needed)
  • Documentation has been updated (if needed)

Copilot AI review requested due to automatic review settings July 15, 2026 15:04

Copilot AI 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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@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: ec58b3be6d

ℹ️ 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".

Comment thread keycloak/Dockerfile
ARG KEYCLOAK_MINECRAFT_VERSION=1.1.2
ARG KEYCLOAK_PERMISSIONS_EVENT_LISTENER_VERSION=0.1.0
ARG KEYCLOAK_PERMISSIONS_EVENT_LISTENER_SHA256=31a34dbae8a337b2e6cff2629dd399a9b0f338287da6e3199a2338e877f2b446
ARG KEYCLOAK_PERMISSIONS_EVENT_LISTENER_VERSION=0.2.0

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 Require realm IDs before bumping the listener

This version bump is a breaking configuration change for deployments that set KC_SPI_EVENTS_LISTENER_PERMISSIONS_EVENTS_REALM to a realm name. In v0.2.0 the provider parses the setting as a set of realm IDs and matchesRealm checks only event.realmId; v0.1.0 also accepted event.realmName. Since this image still documents the variable as accepting an ID or name, those deployments will start normally but silently skip all permission invalidation events after the upgrade. Please either document/enforce the migration to realm IDs (and comma-separated IDs) or keep name compatibility.

Useful? React with 👍 / 👎.

@lusu007

lusu007 commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

Replaced by a feat-classified PR with a matching branch and commit type.

@lusu007 lusu007 closed this Jul 15, 2026
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.

2 participants