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

[release-16.0] vtgate : Disable Automatically setting immediateCallerID to user from static authentication context (#12961) #12984

Merged
merged 6 commits into from
May 9, 2023

Commits on Apr 24, 2023

  1. Disables automatically setting immediateCallerID to User from Static …

    …authentication Context
    
    Signed-off-by: Phani Raj <[email protected]>
    Phani Raj committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    33c4a15 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Set effectiveCallerID based on these rules

    The client cert common name (if using mTLS)
    The effective caller id (if --grpc_use_effective_callerid=true)
    The static auth username (if --mysql_use_static_auth_username=true)
    
    Signed-off-by: Phani Raj <[email protected]>
    Phani Raj committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2a989c0 View commit details
    Browse the repository at this point in the history
  2. update vtgate help text fixture

    Signed-off-by: Phani Raj <[email protected]>
    Phani Raj committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    fe5b38c View commit details
    Browse the repository at this point in the history
  3. Add new test to vtgate_shard_heavy test run

    Signed-off-by: Phani Raj <[email protected]>
    Phani Raj committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b6f905e View commit details
    Browse the repository at this point in the history
  4. Run EffectiveCallerID tests in vtgate_general_heavy

    Signed-off-by: Phani Raj <[email protected]>
    Phani Raj committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1220a1a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

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