このコンテンツは選択した言語では利用できません。

Chapter 1. Configuring the SASL inspection filter


This procedure describes how to set up the SASL Inspection filter by configuring it in Streams for Apache Kafka Proxy.

Prerequisites

Procedure

  1. Configure a SaslInspection type filter.

1.1. Example KafkaProtocolFilter resource

If your instance of Streams for Apache Kafka Proxy runs on OpenShift, you must use a KafkaProtocolFilter resource to define the filter configuration.

The following example shows a complete filterDefinitions entry that is configured for OAUTHBEARER validation:

kind: KafkaProtocolFilter
metadata:
  name: my-sasl-inspection-filter
spec:
  type: SaslInspection
  configTemplate:
    enabledMechanisms: [ "OAUTHBEARER" ]
    requireAuthentication: true
Copy to Clipboard Toggle word wrap
  • enabledMechanisms restricts the filter to the given SASL mechanisms. Refer to SASL mechanism names listed in the supported mechanisms table. If this field is omitted, the filter enables SCRAM-SHA-256, SCRAM-SHA-512, and OAUTHBEARER by default.
  • If requireAuthentication is true then successful authentication is required before the filter forwards any requests other than those strictly required to perform SASL authentication. If false, the filter forwards all requests regardless of whether SASL authentication has been attempted or was successful. The default value is false.

Refer to the Deploying and Managing Streams for Apache Kafka Proxy on OpenShift guide for more information about configuration on OpenShift.

Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2026 Red Hat
トップに戻る