-
Bug
-
Resolution: Done
-
Major
-
1.4.0.GA
- Not three, but four OAuth strimzi libraries are used.
- There is no description of kafka-oauth-keycloak-authorizer-*.jar in the documentation, but this jar contains KeycloakRBACAuthorizer, which is mentioned in the documentation.
- Note that the document has a prefix of strimzi-, but the actual jar does not have the 'strimzi-' prefix. Whether or not we should put the prefix on jars is confirmed in this ticket: [ENTMQST-1878].
- (1) > 4.10.5.2. Configuring OAuth 2.0 support for Kafka brokers
https://access.redhat.com/documentation/en-us/red_hat_amq/7.6/html-single/using_amq_streams_on_rhel/index#con-oauth-strimzi-config-str
~~~
strimzi-kafka-oauth-common-*.jar
strimzi-kafka-oauth-server-*.jar
strimzi-kafka-oauth-client-*.jar
keycloak-common-*.jar
keycloak-core-*.jar
bcprov-*.jar
- (2) Red Hat AMQ Streams 1.4 (kafka_2.12-2.4.0.redhat-00005)
~~~
kafka_2.12-2.4.0.redhat-00005
> tree -P "*kafka-oauth*jar"
.
├── bin
├── config
├── docs
│ └── licenses
└── libs
├── kafka-oauth-client-0.3.0.redhat-00001.jar
├── kafka-oauth-common-0.3.0.redhat-00001.jar
├── kafka-oauth-keycloak-authorizer-0.3.0.redhat-00001.jar
└── kafka-oauth-server-0.3.0.redhat-00001.jar
5 directories, 4 files
~~~
- relates to
-
ENTMQST-1878 [DOC RHEL] kafka-oauth-*-*.jar libraries don't have 'strimzi-' prefix name
- Closed