Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: istio-ecosystem/authservice
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28404a8
Choose a base ref
...
head repository: istio-ecosystem/authservice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e36b900
Choose a head ref
  • 7 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 11, 2022

  1. Skip X509_R_CERT_ALREADY_IN_HASH_TABLE error (#220)

    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    dio authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6bc0d4d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Move the VERSION env to GITHUB_ENV. (#221)

    Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
    incfly authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6ed0f55 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Fix the unmatched request handling by set the grpc status in payload. (

    …#223)
    
    * mst fix e2e with hardcode.
    
    Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
    
    * wip organize the convert code.
    
    Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
    
    * update example to use localhost
    
    Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
    
    * make format.
    
    Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
    incfly authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1618d0c View commit details
    Browse the repository at this point in the history
  2. clean the commented out code. (#224)

    Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
    incfly authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    177233a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Use @envoy//bazel:boringssl (#228)

    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    
    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    Co-authored-by: dio@rockybars.com <Dhi Aurrahman>
    dio authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    52f0180 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. http: Ignore X509_R_CERT_ALREADY_IN_HASH_TABLE (#230)

    The previous error checking was wrong, since
    ctx.add_certificate_authority is already done the ERR_get_error. The
    relevant SSL error should be wrapped as system::error_code.
    
    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    
    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    dio authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    fdaf86d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Enable FIPS for Linux only (#231)

    * Enable FIPS for Linux only
    
    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    
    * Fix
    
    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    
    * Use include
    
    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    
    * No default for Linux
    
    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    
    Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
    dio authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e36b900 View commit details
    Browse the repository at this point in the history
Loading