Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 474 Bytes

File metadata and controls

21 lines (19 loc) · 474 Bytes

Security Schemes

Specs MAY use security schemas to reflect the fact that the Kafka servers use mTLS. It is something quite static at the moment so the recommendation is reuse the ones specified in the reference spec.

channels:
  namespace.source.event.topic-name:
    ...
    publish:
      ...
      security:
        - producerAcl: []
      ...
components:
  securitySchemes:
    ...
    consumerAcl:
      type: X509
    producerAcl:
      type: X509