-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Add support for generic oidc accounts #455
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
Conversation
go.mod
Outdated
| 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
benPearce1
left a comment
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-oidcoctopus account generic-oidc listoctopus account generic-oidc create[sc-98285]