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: kop/java/README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,22 +69,24 @@ See [KoP Security](https://github.com/streamnative/kop/blob/master/docs/security
69
69
70
70
## Example: OAuth2 authentication
71
71
72
-
See [KoP Security](https://github.com/streamnative/kop/blob/master/docs/security.md#oauthbearer) for how to configure KoP with oauth authentication. This example takes a topic named `my-topic` under `public/default` namespace as reference.
73
-
1. Start the hydra OAuth2 Server
72
+
See [KoP Security](https://github.com/streamnative/kop/blob/master/docs/security.md#oauthbearer) for how to configure KoP with OAuth authentication. This example takes a topic named `my-topic` under `public/default` namespace as reference.
73
+
1. Start the Hydra OAuth2 server.
74
74
75
-
Start hydra server
75
+
Start the Hydra OAuth2 server.
76
76
```shell
77
77
docker-compose -f $(git rev-parse --show-toplevel)/kop/java/src/main/resources/hydra/docker-compose.yml up -d
0 commit comments