Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic authored Jun 19, 2023
1 parent 9028085 commit 026d41c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/oidc-guard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
storageSize: 10Gi

0 comments on commit 026d41c

Please sign in to comment.