From 2a515a94a8b7d756c1a0967d5496a2888b975fa4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 06:14:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- authN-authZ/auth-istio/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/authN-authZ/auth-istio/README.md b/authN-authZ/auth-istio/README.md index 105f094fd..217e010d0 100644 --- a/authN-authZ/auth-istio/README.md +++ b/authN-authZ/auth-istio/README.md @@ -67,6 +67,7 @@ kubectl patch deployment -n chatqa --patch '{ } }' ``` + The istio ingress gateway will be used to access the chatQnA service in different setups. Follow the istio guide [here](https://istio.io/latest/docs/tasks/traffic-management/ingress/ingress-control/#determining-the-ingress-ip-and-ports) to determine the ingress IP and ports and expose them as environment variables. ## Perform authentication and authorization via Bearer JWT tokens and curl