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

Handle the redirect-url flag #1350

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Handle the redirect-url flag #1350

wants to merge 1 commit into from

Conversation

maraino
Copy link
Collaborator

@maraino maraino commented Jan 24, 2025

Description

This commit sets the proper redirect-url parameter in the defaults.json if the flag --redirect-url is given in the bootstrap command.

This commit sets the proper redirect-url parameter in the defaults.json
if the flag `--redirect-url` is given in the bootstrap command.
@maraino maraino requested a review from dopey January 24, 2025 21:23
@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label Jan 24, 2025
@@ -219,6 +219,15 @@ func BootstrapTeamAuthority(ctx *cli.Context, team, teamAuthority string) error
apiEndpoint = u.String()
}

// Get the --redirect-url flag, If passed, we will use this one event if the
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// Get the --redirect-url flag, If passed, we will use this one event if the
// Get the --redirect-url flag, If passed, we will use this one even if the

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Waiting for discussion / prioritization by team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants