From 4fbd69e170e51635a077c3c5ddb40b302115b637 Mon Sep 17 00:00:00 2001 From: Mike Mason Date: Tue, 18 Jul 2023 13:40:44 +0000 Subject: [PATCH] update config-example with client credentials --- config-example.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config-example.yaml b/config-example.yaml index fdc4060..219aaf6 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -1,3 +1,9 @@ +oidc: + client: + id: idntcli-abc123 + secret: somesecret + issuer: http://mock-oauth2-server:8081/default + events: topics: - '*.*'