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

feat: Implement a wildcard in http allowed_domains to allow all domains #422

Merged
merged 18 commits into from
May 11, 2022

Commits on May 2, 2022

  1. added wildcard host and a rust outbound http example

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 2, 2022
    Configuration menu
    Copy the full SHA
    2cddbfb View commit details
    Browse the repository at this point in the history
  2. updated cargo

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 2, 2022
    Configuration menu
    Copy the full SHA
    12dabf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d4e44f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ba1e77 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    216ccb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9140c23 View commit details
    Browse the repository at this point in the history
  3. removed log

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 3, 2022
    Configuration menu
    Copy the full SHA
    095dcd6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    a851bac View commit details
    Browse the repository at this point in the history
  2. updated outbound http upstream

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 4, 2022
    Configuration menu
    Copy the full SHA
    87728a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    937d6c5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. resolved conflicts

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 5, 2022
    Configuration menu
    Copy the full SHA
    9f6fe19 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. resolved cargo.lock

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 6, 2022
    Configuration menu
    Copy the full SHA
    d4d49d4 View commit details
    Browse the repository at this point in the history
  2. changed '*' to insecure:allow-all

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e2f7a63 View commit details
    Browse the repository at this point in the history
  3. fixed upstream commit

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 6, 2022
    Configuration menu
    Copy the full SHA
    cf3069e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

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

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    ff689bf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jiazho/http_wildcard' of https://github.com/Mossaka/spin

    …into jiazho/http_wildcard
    Mossaka committed May 9, 2022
    Configuration menu
    Copy the full SHA
    1200d0a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. redirect wasi-experimental-http to upstream

    Signed-off-by: Jiaxiao Zhou <[email protected]>
    Mossaka committed May 10, 2022
    Configuration menu
    Copy the full SHA
    1754555 View commit details
    Browse the repository at this point in the history