Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Fix edge-auth build after removing ClientSecret env #679

Merged
merged 1 commit into from
Oct 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions edge-auth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ func main() {
var oauthProviderBaseURL string

var clientID string
var clientSecret string
var externalRedirectDomain string
var cookieRootDomain string

Expand Down Expand Up @@ -87,7 +86,6 @@ func main() {
OAuthProvider: strings.ToLower(oauthProvider),
OAuthProviderBaseURL: oauthProviderBaseURL,
ClientID: clientID,
ClientSecret: clientSecret,
CookieExpiresIn: cookieExpiry,
CookieRootDomain: cookieRootDomain,
ExternalRedirectDomain: externalRedirectDomain,
Expand Down