Skip to content

Instantly share code, notes, and snippets.

@dalelane
Created November 27, 2020 11:19
Show Gist options
  • Save dalelane/92db422912340c0ca4e36085e864757c to your computer and use it in GitHub Desktop.
Save dalelane/92db422912340c0ca4e36085e864757c to your computer and use it in GitHub Desktop.
secured Kafka cluster
asyncapi: 2.0.0
...
servers:
reallyproduction:
url: localhost:9092
description: Production server
protocol: kafka-secure
protocolVersion: '1.0.0'
security:
- creds: []
...
components:
securitySchemes:
creds:
type: userPassword
description: something about the credentials approach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment