Skip to content

Commit

Permalink
feat: change kaytu name
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Nov 30, 2024
1 parent 1df67da commit 2c7b98d
Showing 1 changed file with 1 addition and 1 deletion.
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@opencomply.io",
}).SignedString(pk)
if err != nil {
return "", fmt.Errorf("JWT token generation failed %v", err)
Expand Down

0 comments on commit 2c7b98d

Please sign in to comment.