Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed Sep 27, 2022
1 parent 6bb93e3 commit 66712fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions auth/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ var (
Scopes: []string{"all", "offline", "access_token"},
Public: true,
},
"flytepropeller": {
ID: "flytepropeller",
Secret: []byte(`$2a$06$xAAvtAwLXh4TkB7KrkSyLuakqJjH6lOXyVd6iPQcuvuyYdeT7C.sC`), // Change this.
RedirectURIs: []string{"http://localhost:3846/callback"},
ResponseTypes: []string{"token"},
GrantTypes: []string{"refresh_token", "client_credentials"},
Scopes: []string{"all", "offline", "access_token"},
},
},
},
},
Expand Down
1 change: 0 additions & 1 deletion auth/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/flyteorg/flytestdlib/config/viper"

"github.com/ghodss/yaml"

"github.com/stretchr/testify/assert"

"github.com/ory/fosite"
Expand Down

0 comments on commit 66712fa

Please # to comment.