Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Keycloak version to 15.0.2 #19972

Merged
merged 1 commit into from
Sep 9, 2021
Merged

Conversation

sberyozkin
Copy link
Member

No description provided.

@sberyozkin sberyozkin requested a review from gsmet September 7, 2021 18:11
@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/oidc labels Sep 7, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 7, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building ef5ce87

Status Name Step Failures Logs Raw logs
MicroProfile TCKs Tests Verify ⚠️ Check → Logs Raw logs
Native Tests - Security3 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Native Tests - Security3 #

- Failing: integration-tests/keycloak-authorization 

📦 integration-tests/keycloak-authorization

io.quarkus.it.keycloak.PolicyEnforcerInGraalITCase.testHttpResponseFromExternalServiceAsClaim - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <403>.

io.quarkus.it.keycloak.PolicyEnforcerInGraalITCase.testUserHasAdminRoleServiceTenant - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <403>.

io.quarkus.it.keycloak.PolicyEnforcerInGraalITCase.testRequestParameterAsClaim - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <403>.

io.quarkus.it.keycloak.PolicyEnforcerInGraalITCase.testUserHasRoleConfidential - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <403>.

io.quarkus.it.keycloak.PolicyEnforcerInGraalITCase.testBodyClaim - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <403>.

io.quarkus.it.keycloak.PolicyEnforcerInGraalITCase.testUserHasSuperUserRoleWebTenant - More details - Source on GitHub

com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 403 Forbidden for http://localhost:8081/api-permission-webapp
	at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:701)
	at com.gargoylesoftware.htmlunit.WebClient.loadDownloadedResponses(WebClient.java:2452)

@sberyozkin
Copy link
Member Author

Hmm, I run al the tests but did not try in native, will look into it

@sberyozkin
Copy link
Member Author

2021-09-07 19:27:19,644 WARN  [org.key.ada.KeycloakDeployment] (executor-thread-0) Failed to load URLs from http://localhost:8180/auth/realms/quarkus/.well-known/openid-configuration: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.keycloak.protocol.oidc.representations.MTLSEndpointAliases` (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
 at [Source: (org.apache.http.conn.EofSensorInputStream); line: 1, column: 4769] (through reference chain: org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation["mtls_endpoint_aliases"])

@sberyozkin
Copy link
Member Author

sberyozkin commented Sep 8, 2021

Will be fine now, org.keycloak.protocol.oidc.representations.MTLSEndpointAliases is a new class and has to be added for the reflection (org.keycloak.protocol.oidc.representations.OIDCConfigurationRepresentation was already added earlier)

@sberyozkin sberyozkin requested a review from pedroigor September 8, 2021 14:50
@sberyozkin
Copy link
Member Author

Hi @gastaldi Would you be OK to check it ? This is just a version update, with one more reflection added due to a new class in 15.0.2

Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

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

LGTM

@gastaldi gastaldi merged commit e656a26 into quarkusio:main Sep 9, 2021
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Sep 9, 2021
@sberyozkin
Copy link
Member Author

Thanks @gastaldi

@sberyozkin sberyozkin deleted the keycloak-15.0.2 branch September 9, 2021 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/keycloak area/oidc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants