Skip to content

chore: Remove port variable from the che.api property#964

Merged
vinokurig merged 1 commit intomainfrom
che-23747
Feb 24, 2026
Merged

chore: Remove port variable from the che.api property#964
vinokurig merged 1 commit intomainfrom
che-23747

Conversation

@vinokurig
Copy link
Contributor

@vinokurig vinokurig commented Feb 23, 2026

What does this PR do?

Since the che.api property is no longer propagated by che-operator (eclipse-che/che-operator#2085), it is propagated from the che.properties file. In the properties file we need to have the property generated in the same way as it was in che-operator: cheAPI := "https://" + ctx.CheHost + "/api"

Screenshot/screencast of this PR

What issues does this PR fix or reference?

fixes eclipse-che/che#23747

How to test this PR?

  1. Deploy che with the pull request image: quay.io/eclipse/che-server:pr-964
  2. Configure GitHub oauth
  3. Start a workspace from a GitHub repository.
  4. See: authorization popup appears.

PR Checklist

As the author of this Pull Request I made sure that:

Release Notes

Reviewers

Reviewers, please comment how you tested the PR when approving it.

@github-actions
Copy link

Docker image build succeeded: quay.io/eclipse/che-server:pr-964

kubectl patch command
kubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/cheServer/deployment", "value": {containers: [{image: "quay.io/eclipse/che-server:pr-964", name: che}]}}]"

1 similar comment
@github-actions
Copy link

Docker image build succeeded: quay.io/eclipse/che-server:pr-964

kubectl patch command
kubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/cheServer/deployment", "value": {containers: [{image: "quay.io/eclipse/che-server:pr-964", name: che}]}}]"

@artaleks9
Copy link
Contributor

/retest

@artaleks9
Copy link
Contributor

artaleks9 commented Feb 24, 2026

Verified on Eclipse Che deployed on OCP 4.20 with quay.io/eclipse/che-server:pr-964

The functionality works properly

@openshift-ci
Copy link

openshift-ci bot commented Feb 24, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: artaleks9, svor, tolusha, vinokurig

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@vinokurig vinokurig merged commit bdd57ba into main Feb 24, 2026
29 checks passed
@vinokurig vinokurig deleted the che-23747 branch February 24, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[che-server] ci/prow/v19-gitlab-with-oauth-setup-flow PR check failed

4 participants