Skip to content

Commit

Permalink
feat: upgrade OAuth Proxy image version
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Apr 16, 2024
1 parent c968cbe commit 6e6ce6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ locals {
} : null)
numberOfReplicas = var.replica_count
oidc = var.oidc != null ? {
oauth2_proxy_image = "quay.io/oauth2-proxy/oauth2-proxy:v7.5.0"
oauth2_proxy_image = "quay.io/oauth2-proxy/oauth2-proxy:v7.6.0"
issuer_url = var.oidc.issuer_url
redirect_url = format("https://%s/oauth2/callback", local.domain_full)
client_id = var.oidc.client_id
Expand Down

0 comments on commit 6e6ce6f

Please sign in to comment.