-
Notifications
You must be signed in to change notification settings - Fork 52
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
Restore the authorisation opt-out functionality #1098
Conversation
Signed-off-by: ivinokur <ivinokur@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1098 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1098", name: che-dashboard}]}}]" |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1098 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1098", name: che-dashboard}]}}]" |
dfc5414
to
15cb84c
Compare
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1098 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1098", name: che-dashboard}]}}]" |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1098 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1098", name: che-dashboard}]}}]" |
/retest |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1098 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1098", name: che-dashboard}]}}]" |
Verified on Eclipse Che with
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, artaleks9, vinokurig 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 |
Build 3.14 :: dashboard_3.x/482: Console, Changes, Git Data |
Build 3.14 :: sync-to-downstream_3.x/6581: Console, Changes, Git Data |
Always decode url on factory url accept. Restore the skip oauth functionality.
Build 3.14 :: push-latest-container-to-quay_3.x/4550: Console, Changes, Git Data |
Build 3.14 :: get-sources-rhpkg-container-build_3.x/6537: dashboard : 3.x :: Build 60680606 : quay.io/devspaces/dashboard-rhel8:3.14-3 |
Build 3.14 :: dashboard_3.x/482: Upstream sync done; /DS_CI/sync-to-downstream_3.x/6581 triggered |
Build 3.14 :: update-digests_3.x/6394: Console, Changes, Git Data |
Build 3.14 :: operator-bundle_3.x/2872: Console, Changes, Git Data |
Build 3.14 :: sync-to-downstream_3.x/6582: Console, Changes, Git Data |
Build 3.14 :: get-sources-rhpkg-container-build_3.x/6538: devspaces-operator-bundle : 3.x :: Failed in 60682577 : BREW:BUILD/STATUS:UNKNOWN |
What does this PR do?
see: Implemented an ability to reject the authorisation opt-out flag from the dashboard #972
What issues does this PR fix or reference?
https://issues.redhat.com/browse/CRW-6245
Is it tested? How?
Cancel
button.Clear
menu button.Release Notes
Docs PR