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

[Do not merge] CI for JWT #515

Open
wants to merge 7 commits into
base: customizations/24.3.12
Choose a base branch
from
Open

Commits on Nov 7, 2024

  1. Support JWT in clickhouse-client (by upstream)

    Fix fasttest
    
    Fix fasttest
    
    Fix
    
    Update src/Client/ConnectionPool.h
    
    Update src/Storages/StorageReplicatedMergeTree.cpp
    
    Forbid creating a user with a name equal to `JWT_AUTHENTICAION_MARKER`
    
    Cleanup
    
    Pass `connection_host` by ref
    
    Refactor with exceptions
    
    Lint
    
    Add new AuthenticationType to minimize conflicts
    
    Fix fastest
    
    Fix client failure
    
    Add docs
    zvonand committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    83812de View commit details
    Browse the repository at this point in the history
  2. Squashed all JWT auth

    Add aspell
    
    Enable jwt-cpp in fasttest
    
    Add test + some minor improvements
    
    reduce unneeded possible clash points
    
    fix build
    
    fix typo in docs
    zvonand committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e301401 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fix user create parser

    Retrigger CI
    zvonand committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0484c50 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. refactor + fix not lowercase

    zvonand committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    88a3abf View commit details
    Browse the repository at this point in the history
  2. update test

    zvonand committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a8e2eb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix typo in docs

    zvonand committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8650687 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix logical_error

    zvonand committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7827d47 View commit details
    Browse the repository at this point in the history