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

Add http -> https redirect to load balancer #5

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    4dc38d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Add https including a redirect from http

    Add a cert and a DNS record to the stack to enable https. This mechanism
    requires the addition of a domain name and ownership of the base domain
    in Route 53.
    shreve committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    2868c0e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    7b3a8fa View commit details
    Browse the repository at this point in the history
  2. Break out of a loop

    shreve committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    857a9f3 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove unused http target group"

    This reverts commit ea92f04.
    shreve committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    872d4ad View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Add shellcheck action

    shreve committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    7c1cc43 View commit details
    Browse the repository at this point in the history
  2. Clean up control node script

    shreve committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    429f0f7 View commit details
    Browse the repository at this point in the history
  3. Clean up k8s node script

    shreve committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    3989fa5 View commit details
    Browse the repository at this point in the history
  4. Clean up clean script

    shreve committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    5afe9e2 View commit details
    Browse the repository at this point in the history