Skip to content

How to send basic authentication parameters #489

Closed
@sssshah

Description

@sssshah

Description

I'm trying the same python 3.6 AvroConsumer program in Python and it keep failing because basic authentication information is not provided.

In Java, you can add these properties, is there similar for Python?
props.put(“basic.auth.user.info”,“admin:xxxx");
props.put(“basic.auth.credentials.source”,“USER_INFO”);

How to reproduce

Checklist

Please provide the following information:

  • confluent-kafka-python and librdkafka version (confluent_kafka.version() and confluent_kafka.libversion()):
  • Apache Kafka broker version:
  • Client configuration: {...}
  • Operating system:
  • Provide client logs (with 'debug': '..' as necessary)
  • Provide broker log excerpts
  • Critical issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions