Skip to content
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

Fix make compose #213

Closed
wants to merge 2 commits into from
Closed

Fix make compose #213

wants to merge 2 commits into from

Conversation

dio
Copy link
Collaborator

@dio dio commented Mar 27, 2022

This makes sure we can do make compose, and optionally build the binary (also the image) of auth_server (by feeding the --build flag: COMPOSE_ARGS=--build make compose).

Signed-off-by: Dhi Aurrahman [email protected]

Signed-off-by: Dhi Aurrahman <[email protected]>
@istio-testing istio-testing requested review from liminw and lizan March 27, 2022 23:44
@istio-testing
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dio
To complete the pull request process, please assign shikugawa after the PR has been reviewed.
You can assign the PR to them by writing /assign @shikugawa in a comment when ready.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

constexpr uint16_t kHealthCheckServerPort = 10004;
constexpr uint16_t kHealthCheckServerPort = 9091;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure regarding this, seems like we had the same health check port (with the main one? I kept getting the port-in-use error).

Signed-off-by: Dhi Aurrahman <[email protected]>
@dio
Copy link
Collaborator Author

dio commented Mar 29, 2022

/assign @incfly

@dio
Copy link
Collaborator Author

dio commented Mar 30, 2022

I think once:

are merged, I'll revise this a bit.

@dio dio closed this Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants