Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
itaynvn committed Jan 29, 2024
1 parent 0be73e3 commit 2e44aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1/sso.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type OauthProxyServiceConf struct {

var ssoDefault = SSO{
Enabled: false,
Image: "saas-oauth2-proxy:latest",
Image: "oauth2-proxy:v7.4.ssov3.p6",
AdminUser: "",
Provider: "",
EmailDomain: nil,
Expand Down
2 changes: 1 addition & 1 deletion pkg/desired/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func cnvrgTemplateFuncs() map[string]interface{} {
fmt.Sprintf(`http_address = "0.0.0.0:%d"`, proxyPort),
fmt.Sprintf(`redirect_url = "%v"`, getSSORedirectUrl(obj, svc)),
fmt.Sprintf("skip_auth_regex = %v", skipAuthUrls),
fmt.Sprintf(`token_validation_regex = %v`, tokenValidationRegexes),
fmt.Sprintf("skip_auth_routes = [\"^\\/api\"]"),
fmt.Sprintf(`email_domains = %v`, emailsDomains),
fmt.Sprintf(`client_id = "%v"`, sso.ClientID),
fmt.Sprintf(`client_secret = "%v"`, sso.ClientSecret),
Expand Down

0 comments on commit 2e44aa6

Please sign in to comment.