From c76db9bd8d66a584398dc81e8df0a3620d78777c Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Fri, 23 Sep 2022 15:22:24 -0700 Subject: [PATCH] remove default config Signed-off-by: Yee Hing Tong --- auth/config/config.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/auth/config/config.go b/auth/config/config.go index 00bb79aaf..467ec0bed 100644 --- a/auth/config/config.go +++ b/auth/config/config.go @@ -111,14 +111,6 @@ var ( Scopes: []string{"all", "offline", "access_token"}, Public: true, }, - "flytepropeller": { - ID: "flytepropeller", - Secret: []byte(`$2a$06$pxs1AkG81Kvrhpml1QiLSOQaTk9eePrU/7Yab9y07h3x0TglbaoT6`), // = "foobar" - RedirectURIs: []string{"http://localhost:3846/callback"}, - ResponseTypes: []string{"token"}, - GrantTypes: []string{"refresh_token", "client_credentials"}, - Scopes: []string{"all", "offline", "access_token"}, - }, }, }, },