-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "update: Kafka enable REST proxy updates (#111)"
This reverts commit a95b5fb.
- Loading branch information
1 parent
705574e
commit b913b17
Showing
7 changed files
with
32 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 0 additions & 51 deletions
51
docs/products/kafka/karapace/howto/enable-kafka-rest-proxy-authorization.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
docs/products/kafka/karapace/howto/manage-kafka-rest-proxy-authorization.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Manage Apache Kafka® REST proxy authorization | ||
--- | ||
|
||
Apache Kafka® REST proxy authorization allows you to use the RESTful | ||
interface to connect to Kafka clusters, produce and consume messages | ||
easily, and execute administrative activities using Aiven CLI. This | ||
feature is disabled by default, and you need to | ||
[enable Apache Kafka REST proxy authorization](/docs/products/kafka/karapace/howto/enable-oauth-oidc-kafka-rest-proxy). | ||
|
||
When you enable Apache Kafka REST proxy authorization, Karapace sends | ||
the HTTP basic authentication credentials to Apache Kafka®. The | ||
authentication and authorization are then performed by Apache Kafka, | ||
depending on the ACL defined in Apache Kafka. To configure the ACLs for | ||
authorization, see | ||
[Kafka Access Control Lists (ACLs)](/docs/products/kafka/concepts/acl). | ||
|
||
When Apache Kafka REST proxy authorization is disabled, the REST Proxy | ||
bypasses the Apache Kafka ACLs, so any operation via REST API call is | ||
performed without any restrictions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters