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

rpk: Support listener authN #5482

Merged
merged 4 commits into from
Jul 20, 2022
Merged

Commits on Jul 19, 2022

  1. rpk: Introduce NamedAuthNSocketAddress

    `NamedAuthNSocketAddress` is a clone of `NamedSocketAddress` with
    an additional field, `AuthN` to support the `authentication_method`
    on the kafka listener, introduced in redpanda-data#5292.
    
    Allow parsing the form `scheme://host:port|authn`
    Allow unmarshalling from YAML
    
    Signed-off-by: Ben Pope <ben@redpanda.com>
    BenPope committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1c9155a View commit details
    Browse the repository at this point in the history
  2. rpk: Convert KafkaAPI to NamedAuthNSocketAddress

    Signed-off-by: Ben Pope <ben@redpanda.com>
    BenPope committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2e0ee4d View commit details
    Browse the repository at this point in the history
  3. rpk: Add start tests for NamedAuthNSocketAddress

    Signed-off-by: Ben Pope <ben@redpanda.com>
    BenPope committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e336288 View commit details
    Browse the repository at this point in the history
  4. rpk: Add config tests for NamedAuthNSocketAddress

    Signed-off-by: Ben Pope <ben@redpanda.com>
    BenPope committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    ff0ca93 View commit details
    Browse the repository at this point in the history