You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…he#173)
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 <amisevsk@redhat.com>
I'm trying the git feature provided by che. But I have a problem that I can't figure out which of the files are in git index just from IDE.
You can see there are three files:
and they have the same icons.
I tried to click on the "status" option from "git" menu:
But it reports an error:
So I have to open the terminal tab, use
git status
command:I wonder if we can know this information just from IDE and menus, without typing commands?
The text was updated successfully, but these errors were encountered: