Skip to content

Commit

Permalink
Merge pull request #280 from jfdenise/JBEAP-24017
Browse files Browse the repository at this point in the history
Fix for JBEAP-24017, [7.4.* JDK 17 images] - Missing required KEYCLOAK mechanism
  • Loading branch information
rdnovell committed Oct 11, 2023
2 parents ece9ac7 + 6bd0512 commit e68f643
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<include name="amq6-rar"/>
</layers>

<!-- No sso packages for JDK17 techpreview -->
<!-- <feature-group name="sso"/> -->
<feature-group name="sso"/>

<!-- JDK 17 -->
<exclude feature-id="core-service.management.security-realm:security-realm=ApplicationRealm"/>
Expand Down
4 changes: 0 additions & 4 deletions jboss/container/eap/galleon/config/ee-elytron/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ chmod -R ug+rwX $SCRIPT_DIR
pushd ${ARTIFACTS_DIR}
cp -pr * /
popd

# Remove sso content for JDK17 tech preview image. To be removed when supported.
rm "${GALLEON_FP_PATH}/src/main/resources/feature_groups/sso.xml"
rm -r "${GALLEON_FP_PATH}/src/main/resources/layers/standalone/sso"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


<!-- sso packages -->
<!--<feature-group name="sso"/>-->
<feature-group name="sso"/>

<!-- JDK17. The default standalone-microprofile-ha.xml is secured with legacy security realm for the http-invoker. Use elytron. -->
<feature spec="subsystem.undertow">
Expand Down

0 comments on commit e68f643

Please sign in to comment.