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

Refactor https server into its own component #643

Merged
merged 1 commit into from
Mar 8, 2019

Conversation

markmandel
Copy link
Collaborator

This both cleans up the webhook component, and makes it easier to test, but also sets us up to reuse the https server with the given cert pair -- which we will want to do as we work on #536 and setup an api server extension which needs exactly the same self signed certificate setup.

Also provides some standard middleware for HTTP handlers, logging and tracking 404's (which becomes useful once we have an api extension, and need to debug if users/k8s itself call incorrect urls)

This both cleans up the webhook component, and makes it easier to test,
but also sets us up to reuse the https server with the given cert pair --
which we will want to do as we work on googleforgames#536 and setup an api server extension
which needs exactly the same self signed certificate setup.
@markmandel markmandel added the kind/cleanup Refactoring code, fixing up documentation, etc label Mar 8, 2019
@markmandel markmandel added this to the 0.9.0 milestone Mar 8, 2019
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: dae791ac-a59b-4375-9aba-4b7c7bb06d17

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/643/head:pr_643 && git checkout pr_643
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.9.0-e5f8900

@jkowalski jkowalski merged commit 86067cb into googleforgames:master Mar 8, 2019
@markmandel markmandel deleted the refactor/https-server branch March 8, 2019 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants