Commit Graph

11 Commits (074d178e3dceedb3adf10f7ec1f1796141aa9730)

Author SHA1 Message Date
Michal Vala 388a5183be
feat: native auth on Kubernetes (#171)
Signed-off-by: Michal Vala <mvala@redhat.com>
2021-11-25 14:48:55 +01:00
Lukas Krejci 697253e50e
fix: Token validity check (#136)
Handle missing or expired token with a 401 HTTP status instead of 500
with OpenShift OAuth the same as it is already done with Keycloak.

Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2021-09-30 12:24:51 +02:00
Sergii Kabashniuk 359ebb32bc
build: Transition from Java EE to Jakarta EE (#80)
* Upgrade swagger-ui-3.51.2

* Upgrade tomcat 10.0.10

* changed only imports

* changed imports in service loader

* changed swagger jaxrs deployment

* Changed swagger annotations + basic imports

* Changed imports and minimal key length for jsonwebtoken

* Restassured API changes + imports

* Removed trailing slash from CHE_HOME

* Migrate to jakarta schema in web.xml

* Disable tracing

* New artifacts and maven build upgrade

* Removed jackson-jaxrs-json-provider from wsmaster war

* Fixed KeycloakServletModuleTest and forked TracingFilter

* Removed unused dependecies
2021-09-13 08:20:09 +03:00
Sergii Kabashniuk 6670c6986b Upgrade license 2021-05-20 17:05:45 +03:00
Sergii Kabashniuk 98b66ff1f6 Upgrade maven plugin configuration. Made pom.xml independent from che-parent 2021-05-20 16:53:16 +03:00
Max Shaposhnik f9b6949353
Prevent ArrayIndexOutOfBoundsException in HeaderRequestTokenExtractor 2020-04-03 11:04:10 +03:00
Max Shaposhnik 4705694009 fixup! fixup! Prevent session already invalidated error when logging in with different users simultaneously 2020-01-27 11:23:47 +02:00
Max Shaposhnik 925e94ed7e fixup! Prevent session already invalidated error when logging in with different users simultaneously 2020-01-27 11:20:17 +02:00
Max Shaposhnik 8718f61b3d Prevent session already invalidated error when logging in with different users simultaneously 2020-01-27 11:06:50 +02:00
Max Shaposhnik ce64b1966e
Restructurize auth modules and remove reduntant one 2019-12-11 11:19:54 +02:00
Max Shaposhnik 11bbcf0c10
Use cached sessions behind any of the login filters 2019-11-09 09:50:54 +02:00