-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: Add support for generic oidc accounts #455
Conversation
go.mod
Outdated
require ( | ||
github.com/AlecAivazis/survey/v2 v2.3.7 | ||
github.com/MakeNowJust/heredoc/v2 v2.0.1 | ||
github.com/OctopusDeploy/go-octodiff v1.0.0 | ||
github.com/OctopusDeploy/go-octopusdeploy/v2 v2.59.0 | ||
github.com/OctopusDeploy/go-octopusdeploy/v2 v2.62.3-0.20241202024636-075a4f06c227 |
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.
Use OctopusDeploy/go-octopusdeploy#288 for now.
Will update with the correct version once go client is merged after octopus server changes.
link := output.Bluef("%s/app#/%s/infrastructure/accounts/%s", opts.Host, opts.Space.GetID(), createdAccount.GetID()) | ||
fmt.Fprintf(opts.Out, "\nView this account on Octopus Deploy: %s\n", link) | ||
if !opts.NoPrompt { | ||
autoCmd := flag.GenerateAutomationCmd( |
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.
Looks like Audience
is missing from the automation command output
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.
LGTM, one comment about the Audience option missing from the automation command output
octopus account generic-oidc
octopus account generic-oidc list
octopus account generic-oidc create
[sc-98285]