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

Httpd request context #6

Closed

Commits on Apr 2, 2021

  1. httpd: added ability to configure different credentials per listener

    For some deployments it may be required to configure different set of
    credentials for different http server listeners. Added ability to
    set/override default http server credentials with listener specific set
    of credentials.
    
    Signed-off-by: Michal Maslanka <michal@vectorized.io>
    mmaslankaprv committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    1efee74 View commit details
    Browse the repository at this point in the history
  2. httpd: per listener credentials in http_server_control

    Added ability to conifugre per listener credentials when using
    `http_server_control` helper.
    
    Signed-off-by: Michal Maslanka <michal@vectorized.io>
    mmaslankaprv committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    082789b View commit details
    Browse the repository at this point in the history
  3. httpd: added listener index to http request

    Seastar http server implementation supports multiple listeners. It may
    be required for the handler logic to know which listener the connection
    is coming from. Added listener_idx field to `httpd::request` to allow
    handler recognize listener.
    
    Signed-off-by: Michal Maslanka <michal@vectorized.io>
    mmaslankaprv committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    053fb4f View commit details
    Browse the repository at this point in the history