Skip to content

Commit

Permalink
Remove STS stuff since it seemed to break everything
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Jan 13, 2025
1 parent 148f0cc commit 6d91f41
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions chipper/pkg/servers/token/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ func CreateJWT(ctx context.Context, skipGuid bool, isPrimary bool) *tokenpb.Toke
rsaKey, _ := rsa.GenerateKey(rand.Reader, 1024)
tokenString, _ := token.SignedString(rsaKey)
bundle.Token = tokenString
bundle.StsToken = &tokenpb.StsToken{
AccessKeyId: "",
SessionToken: "",
SecretAccessKey: "",
Expiration: "",
}
return bundle
}

Expand Down

0 comments on commit 6d91f41

Please sign in to comment.