-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[brand] Update jetpack.io -> jetify #317
Conversation
@@ -33,7 +33,7 @@ func Issuer() string { | |||
} | |||
|
|||
func Audience() string { | |||
return "https://api.jetpack.io" | |||
return "https://api.jetify.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are currently supporting both audiences so this is backwards compatible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You sure? Do we need to change Ory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ory already has both
envsec/pkg/awsfed/awsfed.go
Outdated
@@ -40,7 +40,7 @@ func (a *AWSFed) AWSCredsWithLocalCache( | |||
ctx context.Context, | |||
tok *session.Token, | |||
) (*types.Credentials, error) { | |||
cache := filecache.New[*types.Credentials]("jetpack.io/envsec") | |||
cache := filecache.New[*types.Credentials]("jetify.com/envsec") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is cache, so no issues changing.
envsec/pkg/envsec/init.go
Outdated
@@ -20,7 +20,7 @@ var ( | |||
) | |||
|
|||
const ( | |||
dirName = ".jetpack.io" | |||
dirName = ".jetify.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is gonna cause projects to be reinitialized, but that's OK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we do .jetify
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
pkg/runx/impl/httpcacher/defaults.go
Outdated
@@ -5,7 +5,7 @@ import ( | |||
"path/filepath" | |||
) | |||
|
|||
const xdgSubdir = "jetpack.io/http" | |||
const xdgSubdir = "jetify.com/http" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for caching so OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we do jetify/http
?
pkg/runx/impl/registry/registry.go
Outdated
@@ -12,7 +12,7 @@ import ( | |||
"go.jetpack.io/pkg/runx/impl/types" | |||
) | |||
|
|||
var xdgInstallationSubdir = "jetpack.io/pkgs" | |||
var xdgInstallationSubdir = "jetify.com/pkgs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for caching.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we do jetify/pkgs
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending QQs
Summary
Update jetpack.io to jetify.com. Will comment individually on backward compatibility.
How was it tested?