From 50a36e7bc64b3ea2a925674d9033a429010e365f Mon Sep 17 00:00:00 2001 From: Brian Ehlert Date: Thu, 5 May 2022 13:58:17 -0700 Subject: [PATCH] Update OIDC example note for IPv6 (#2653) Co-authored-by: Jodie Putrino --- examples/custom-resources/oidc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-resources/oidc/README.md b/examples/custom-resources/oidc/README.md index e0dfc8095e..50d0d7a5e5 100644 --- a/examples/custom-resources/oidc/README.md +++ b/examples/custom-resources/oidc/README.md @@ -2,7 +2,7 @@ In this example, we deploy a web application, configure load balancing for it via a VirtualServer, and protect the application using an OpenID Connect policy and [Keycloak](https://www.keycloak.org/). -**Note**: The example doesn’t work in clusters with IPv6 networking. +**Note**: The KeyCloak container does not support IPv6 environments. ## Prerequisites