Skip to content

Commit

Permalink
remove kaytu name
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Nov 18, 2024
1 parent afa74e9 commit 312cdd4
Show file tree
Hide file tree
Showing 413 changed files with 1,043 additions and 1,072 deletions.
2 changes: 1 addition & 1 deletion pkg/describer/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func getJWTAuthToken() (string, error) {
}

token, err := jwt.NewWithClaims(jwt.SigningMethodRS256, jwt.MapClaims{
"email": "describe-worker@kaytu.io",
"email": "describe-worker@opengovernance.io",
}).SignedString(pk)
if err != nil {
return "", fmt.Errorf("JWT token generation failed %v", err)
Expand Down
330 changes: 165 additions & 165 deletions provider/resource_types.go

Large diffs are not rendered by default.

Loading

0 comments on commit 312cdd4

Please sign in to comment.