Which issue this PR fixes: Keycloak startup issue with admin-fine-grained-authz feature flag
Special notes for your reviewer: Fixed the Keycloak startup failure caused by incorrect syntax for enabling the admin-fine-grained-authz feature. Changed --features admin-fine-grained-authz to --features=admin-fine-grained-authz in the docker-compose file to ensure proper startup.
PR Readiness Checklist:
Complete these before marking the PR as ready to review:
[x] the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR
What this PR does / why we need it:
Which issue this PR fixes: Keycloak startup issue with admin-fine-grained-authz feature flag
Special notes for your reviewer: Fixed the Keycloak startup failure caused by incorrect syntax for enabling the admin-fine-grained-authz feature. Changed --features admin-fine-grained-authz to --features=admin-fine-grained-authz in the docker-compose file to ensure proper startup.
PR Readiness Checklist:
Complete these before marking the PR as
ready to review
:CHANGELOG.md
release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR