Skip to content

Commit ff0c540

Browse files
committed
ID-Token provider
1 parent eae1670 commit ff0c540

File tree

19 files changed

+1198
-128
lines changed

19 files changed

+1198
-128
lines changed

Gopkg.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
name = "github.com/spf13/cobra"
3030
version = "0.0.1"
3131

32+
[[constraint]]
33+
name = "github.com/cenkalti/backoff"
34+
version = "1.1.0"
35+
3236
[prune]
3337
go-tests = true
3438
unused-packages = true

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ spec:
206206
* [ ] Pluggable authentication between client kafka-proxy and broker kafka-proxy a.k.a kafka-gateway
207207
1. additional handshake - protocol: magic, method, data
208208
2. google-id method
209+
* [ ] Registry for built in plugins (avoid grpc communication)
209210
* [ ] Performance tests and tuning
210211
* [ ] Socket buffer sizing e.g. SO_RCVBUF = 32768, SO_SNDBUF = 131072
211212
* [ ] Kafka connect tests

0 commit comments

Comments
 (0)