Skip to content

Commit

Permalink
Update name and links (#300)
Browse files Browse the repository at this point in the history
## Summary

## How was it tested?
  • Loading branch information
LucilleH authored Apr 9, 2024
1 parent dfa8880 commit d93d2f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func Issuer() string {
if IsDev {
return "https://laughing-agnesi-vzh2rap9f6.projects.oryapis.com"
}
return "https://accounts.jetpack.io"
return "https://accounts.jetify.com"
}

func Audience() string {
Expand Down Expand Up @@ -61,5 +61,5 @@ func SuccessRedirect() string {
if IsDev {
return "https://auth.jetpack.dev/account/login/success"
}
return "https://auth.jetpack.io/account/login/success"
return "https://auth.jetify.com/account/login/success"
}
2 changes: 1 addition & 1 deletion pkg/awsfed/awsfed.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func New() *AWSFed {
LegacyProvider: "auth.jetpack.io",
Provider: envvar.Get(
"ENVSEC_AUTH_DOMAIN",
"accounts.jetpack.io",
"accounts.jetify.com",
),
Region: "us-west-2",
}
Expand Down

0 comments on commit d93d2f0

Please sign in to comment.