Skip to content
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

Merged
merged 3 commits into from
Apr 15, 2024
Merged

[brand] Update jetpack.io -> jetify #317

merged 3 commits into from
Apr 15, 2024

Conversation

mikeland73
Copy link
Contributor

Summary

Update jetpack.io to jetify.com. Will comment individually on backward compatibility.

How was it tested?

@mikeland73 mikeland73 requested a review from LucilleH April 15, 2024 17:37
@@ -33,7 +33,7 @@ func Issuer() string {
}

func Audience() string {
return "https://api.jetpack.io"
return "https://api.jetify.com"
Copy link
Contributor Author

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.

Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ory already has both

@@ -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")
Copy link
Contributor Author

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.

@@ -20,7 +20,7 @@ var (
)

const (
dirName = ".jetpack.io"
dirName = ".jetify.com"
Copy link
Contributor Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do .jetify?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -5,7 +5,7 @@ import (
"path/filepath"
)

const xdgSubdir = "jetpack.io/http"
const xdgSubdir = "jetify.com/http"
Copy link
Contributor Author

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

Copy link
Contributor

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?

@@ -12,7 +12,7 @@ import (
"go.jetpack.io/pkg/runx/impl/types"
)

var xdgInstallationSubdir = "jetpack.io/pkgs"
var xdgInstallationSubdir = "jetify.com/pkgs"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for caching.

Copy link
Contributor

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?

Copy link
Contributor

@LucilleH LucilleH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending QQs

@mikeland73 mikeland73 merged commit b4f4a1b into main Apr 15, 2024
1 check passed
@mikeland73 mikeland73 deleted the landau/update-brand branch April 15, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants