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: support hide the authentication header in basic-auth with a config #6039

Merged
merged 30 commits into from
Jan 14, 2022
Merged

feat: support hide the authentication header in basic-auth with a config #6039

merged 30 commits into from
Jan 14, 2022

Commits on Sep 1, 2021

  1. fix:

    when eureka server return compressed data, use lua-zlib to unzip received response data
    xuwei committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    dc2570a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. merge from upstream master

    xuwei committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    f0d6f6f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Merge remote-tracking branch 'upstream/master'

    xuwei committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3845a27 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

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

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    0cee869 View commit details
    Browse the repository at this point in the history
  2. Revert "fix: when eureka server return compressed data, use lua-zlib …

    …to unzip received response data"
    
    This reverts commit dc2570a
    mangoGoForward committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    79ca875 View commit details
    Browse the repository at this point in the history
  3. remove blank line

    mangoGoForward committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    9a9565c View commit details
    Browse the repository at this point in the history
  4. change default value of hide_auth_header to true

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    10d35fd View commit details
    Browse the repository at this point in the history
  5. change default value of hide_auth_header to true

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    c642635 View commit details
    Browse the repository at this point in the history
  6. fix code lint error

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    29d3077 View commit details
    Browse the repository at this point in the history
  7. fix code lint error

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1c42db0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from mangoGoForward/feature/hide-auth-header

    feat: support hide the authentication header in basic-auth
    mangoGoForward authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7a663fa View commit details
    Browse the repository at this point in the history
  9. hide Authentication request header if hide_auth_header is true

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    6e8d684 View commit details
    Browse the repository at this point in the history
  10. hide Authentication request header if hide_auth_header is true

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ec3bec6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    37076a7 View commit details
    Browse the repository at this point in the history
  2. change config item hide_auth_header to hide_credentials and updat…

    …e docs
    
    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    484d05d View commit details
    Browse the repository at this point in the history
  3. change config item hide_auth_header to hide_credentials and updat…

    …e docs
    
    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    63aa704 View commit details
    Browse the repository at this point in the history
  4. add test cases to cover it

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    210c9d5 View commit details
    Browse the repository at this point in the history
  5. add test cases to cover it

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    cb53193 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. add test cases

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    395ac1a View commit details
    Browse the repository at this point in the history
  2. add test cases

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    25602a7 View commit details
    Browse the repository at this point in the history
  3. update basic-auth doc

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    41bb17e View commit details
    Browse the repository at this point in the history
  4. remove log_level

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    49b7850 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    a1deeef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mangoGoForward/revert-1-feature/hide-auth-…

    …header
    
    revert: "feat: support hide the authentication header in basic-auth"
    mangoGoForward authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    4fc743f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8440045 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "feat: support hide the authentication header in basic…

    …-auth""
    
    This reverts commit a1deeef
    
    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8531227 View commit details
    Browse the repository at this point in the history
  5. change en doc

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    31af04d View commit details
    Browse the repository at this point in the history
  6. change zh doc

    Signed-off-by: mango <xu.weiKyrie@foxmail.com>
    mangoGoForward committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ccc46b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b0ffe4 View commit details
    Browse the repository at this point in the history