-
Notifications
You must be signed in to change notification settings - Fork 65
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
feat: detect nativeUserMode will be enabled so don't wait for keycloak #1502
feat: detect nativeUserMode will be enabled so don't wait for keycloak #1502
Conversation
Signed-off-by: Michal Vala <[email protected]>
/retest |
1 similar comment
/retest |
|
Pls fix all errors |
done |
47281e8
to
8abdd4c
Compare
Co-authored-by: Anatolii Bazko <[email protected]> Signed-off-by: Michal Vala <[email protected]>
8abdd4c
to
0c66367
Compare
rebased so PR checks are happy |
@tolusha CI seems happy. can you please rereview ? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sparkoo, tolusha The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Pls merge. |
Signed-off-by: Michal Vala [email protected]
What does this PR do?
nativeUserMode
will be enabled by default on openshift with devworkspaces by eclipse-che/che-operator#978. We need to reflect this in chectl so it does not wait for keycloak deployment.Because
auth.nativeUserMode
is dynamicaly changed by che-operator, we don't know the value at the moment of listing the tasks. Current implementation gets and checks the current value in Keycloak deploy task. If we're deploying innativeUserMode: true
, the task is skipped (see the screenshot).Screenshot/screencast of this PR
Looks like this now:
What issues does this PR fix or reference?
eclipse-che/che#20203
How to test this PR?
./bin/run server:deploy --platform=openshift --installer=operator --workspace-engine=dev-workspace --che-operator-image=quay.io/mvala/che-operator:gh20203-nativeUserModeEnable
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.