You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ The dynamic local listeners feature can be disabled and an additional list of ex
17
17
The Proxy can terminate TLS traffic and authenticate users using SASL/PLAIN. The credentials verification method
18
18
is configurable and uses golang plugin system over RPC.
19
19
20
+
The proxies can also authenticate each other using a pluggable method which is transparent to other Kafka servers and clients.
21
+
Currently the Google ID Token for service accounts is implemented i.e. proxy client requests and sends service account JWT and proxy server receives and validates it against Google JWKS.
22
+
20
23
Kafka API calls can be restricted to prevent some operations e.g. topic deletion or produce requests.
0 commit comments