Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Add automatic DNS creation using HAR #2

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 21, 2020

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

    khaosdoctor committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ef1e36a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e51402 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b26df6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d5ff2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f07a61 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    03ee1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6120675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c3961c View commit details
    Browse the repository at this point in the history
  4. Fix host resolution problem

    There was a small bug where hostnames were not being detected when we used domains with more than 3 parts, like Azure's, the splitting was done but
    the handler would not identify the host properly.
    
    Using HAR the domain is <name>.<uuid>.<location>.aksapp.io which is 5 parts when splitted. I changed the rule so the host is not discarded.
    khaosdoctor committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    20bf056 View commit details
    Browse the repository at this point in the history
  5. Add ingress package

    khaosdoctor committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1e96976 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52c2412 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2e2598 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6ac2a2 View commit details
    Browse the repository at this point in the history
  9. Fix query string name

    I really don't know how it was working before
    khaosdoctor committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    360f84e View commit details
    Browse the repository at this point in the history