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

[WIP] use traefik for the proxy #1162

Closed
wants to merge 22 commits into from
Closed

[WIP] use traefik for the proxy #1162

wants to merge 22 commits into from

Commits on Feb 26, 2019

  1. remove proxy.autohttps

    minrk committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    70362b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27dfbd8 View commit details
    Browse the repository at this point in the history
  3. [WIP] switch proxy to traefik

    - proxy deployment contains traefik
    - proxy-etcd statefulset contains etcd
    
    These are mostly imported subsets from the incubator/etcd and stable/traefik charts
    minrk committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    e0f2ae3 View commit details
    Browse the repository at this point in the history
  4. fixes for autohttps conditions

    minrk committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    341daa8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. get etcd closer to working

    minrk committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    7eecc83 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

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

Commits on Mar 5, 2019

  1. Configuration menu
    Copy the full SHA
    aba563c View commit details
    Browse the repository at this point in the history
  2. traefik now working as proxy

    minrk committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    09451b6 View commit details
    Browse the repository at this point in the history
  3. load etcd secret from Secret

    instead of initContainer
    minrk committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    03f75f1 View commit details
    Browse the repository at this point in the history
  4. use existing proxy.Secret for etcd auth

    rather than creating a new config value that means the same thing
    minrk committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    123bc28 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. enable traefik.basicAuth

    minrk committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    8478b83 View commit details
    Browse the repository at this point in the history
  2. fix some lint

    minrk committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    3b8d2bd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Merge master into traefik

    minrk committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5dae0a7 View commit details
    Browse the repository at this point in the history
  2. use htpasswd to convert api token to http basic auth

    run in an initContainer for traefik
    
    If we added htpasswd to the traefik image, we wouldn’t need to use an initContainer for this,
    but we would need to maintain and push our own images, so 🤷
    minrk committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    638754f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

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

Commits on Aug 23, 2019

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

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    48567fa View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    GeorgianaElena committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    fc9de9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    101b379 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

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

Commits on Sep 9, 2019

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

Commits on Sep 26, 2019

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