From 6bfece2eb7d5e60708c96aaf4139088fe3c806b9 Mon Sep 17 00:00:00 2001 From: imreddy13 <132504814+imreddy13@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:38:32 -0700 Subject: [PATCH] Update workloads.tfvars with accurate IAP instructions (#374) --- applications/rag/workloads.tfvars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/rag/workloads.tfvars b/applications/rag/workloads.tfvars index 63e0daf9e..61c4c6a70 100644 --- a/applications/rag/workloads.tfvars +++ b/applications/rag/workloads.tfvars @@ -51,12 +51,12 @@ jupyter_service_account = "jupyter" ## Embeddings table name - change this to the TABLE_NAME used in the notebook. dataset_embeddings_table_name = "googlemaps_reviews_db" -## IAP config +## IAP config - if you choose to disable IAP authenticated access for your endpoints, ignore everthing below this line. brand = "projects//brands/" ## Jupyter IAP Settings jupyter_add_auth = false # Set to true when using auth with IAP -jupyter_support_email = "" +jupyter_support_email = "" # Only needed if `jupyter_add_auth = true` jupyter_k8s_ingress_name = "jupyter-ingress" jupyter_k8s_managed_cert_name = "jupyter-managed-cert" jupyter_k8s_iap_secret_name = "jupyter-iap-secret" @@ -72,7 +72,7 @@ jupyter_members_allowlist = ["allAuthenticatedUsers", "user:"] ## Frontend IAP Settings frontend_add_auth = false # Set to true when using auth with IAP -frontend_support_email = "" +frontend_support_email = "" # Only needed if `frontend_add_auth = true` frontend_k8s_ingress_name = "frontend-ingress" frontend_k8s_managed_cert_name = "frontend-managed-cert" frontend_k8s_iap_secret_name = "frontend-iap-secret"