From 026d41cea9071623667a05aca0ab3c5d8e57b7a4 Mon Sep 17 00:00:00 2001 From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:33:04 -0700 Subject: [PATCH] chore: update docs --- charts/oidc-guard/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/oidc-guard/values.yaml b/charts/oidc-guard/values.yaml index e0a908f..f493211 100644 --- a/charts/oidc-guard/values.yaml +++ b/charts/oidc-guard/values.yaml @@ -46,6 +46,7 @@ settings: # Control if the audience will be validated during token validation. # Validation of the audience, mitigates forwarding attacks. For example, a site that receives a token, could not replay it to another side. + # This value can be validated at the Ingress level using /auth?aud=00000000-0000-0000-0000-000000000000 validateAudience: false # Control if the issuer will be validated during token validation. @@ -153,4 +154,4 @@ storageClassName: "" # Storage class, must be ReadWriteMany if you are running multiple instances of this service storageAccessMode: ReadWriteMany # Storage Size -storageSize: 10Gi \ No newline at end of file +storageSize: 10Gi