This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2dcddbd
to
14b69f0
Compare
8fea14b
to
92314f7
Compare
Adds a stacks component to rh-che that overrides the upstream stacks.
Signed-off-by: Sun Seng David Tan <[email protected]>
…ll the needed dependencies Signed-off-by: Sun Seng David Tan <[email protected]>
…ream Signed-off-by: Sun Seng David Tan <[email protected]>
…stream Signed-off-by: Sun Seng David Tan <[email protected]>
Signed-off-by: Sun Seng David Tan <[email protected]>
Signed-off-by: Sun Seng David Tan <[email protected]>
…this to be merged) Signed-off-by: Sun Seng David Tan <[email protected]>
Signed-off-by: Sun Seng David Tan <[email protected]>
…m dashboard files Signed-off-by: Sun Seng David Tan <[email protected]>
Signed-off-by: Sun Seng David Tan <[email protected]>
…eclipse-che/che#4490 Signed-off-by: Sun Seng David Tan <[email protected]>
Signed-off-by: Sun Seng David Tan <[email protected]>
Signed-off-by: David Festal <[email protected]>
This fixes CHE-269 Signed-off-by: David Festal <[email protected]>
Signed-off-by: David Festal <[email protected]>
Signed-off-by: Sun Seng David Tan <[email protected]>
… be moved to che.properties Signed-off-by: Sun Seng David Tan <[email protected]>
Remove ant-run tasks and default eclipse che jar providing stacks and provide the fabric8 ide stack.jar Change-Id: I6f9d5597bada8f0f9496358731117750e7ffa24a Signed-off-by: Florent BENOIT <[email protected]>
…ation Change-Id: Ia9ad8e9a154ecdb4af5ebb415f2462ec40531044 Signed-off-by: Florent BENOIT <[email protected]>
d7ff028
to
0d75be2
Compare
10 tasks
Improve Keycloak user validation to restrict access to Che Update Keycloak integration to check if a provided token matches the token assigned to the current namespace owner. Updates the KeycloakAuthenticationFilter, and adds a new tomcat valve (UserAuthValve) to perform this work. Adds a new endpoint, /api/token/user, where get requests can be made to check if the above condition is true. As of this commit, wsmaster and wsagent have this authentication enabled. The IDE and dashboard, however, do not. Signed-off-by: Angel Misevski <[email protected]>
… assembly (#174) * First sketch of CHE-283 * Add the customized valve to enable bypassing Keycloak authentication * Disable Keycloak by default (as requested by @l0rd) in the RH assembly * Fix a bad bug bringing CORS errors due to duplicate headers in response * Clean formatting-only changes * Fix for #181 Signed-off-by: David Festal <[email protected]>
* Fix #166 Adapt bayesian ls with latest refactoring (multi ls) Signed-off-by: Sun Seng David Tan <[email protected]>
* Update the `Keycloak.js` scripts according to the server version. * Fix a syntax error * Remove the `login-required` mode (already managed by the Tomcat valve) * Also change the `responseMode` to `query` (instead of `fragment`) Signed-off-by: David Festal <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
replace #89