Skip to content

Commit

Permalink
CLOUDP-72054: Investigate why we are getting an error when we do not …
Browse files Browse the repository at this point in the history
…set --secret to configure webhook (#435)
  • Loading branch information
andreaangiolillo committed Sep 9, 2020
1 parent 0a41a79 commit 1ad0a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cli/atlas/integrations/create/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func WebhookBuilder() *cobra.Command {
cmd.Flags().StringVarP(&opts.Output, flag.Output, flag.OutputShort, "", usage.FormatOut)

_ = cmd.MarkFlagRequired(flag.URL)
_ = cmd.MarkFlagRequired(flag.Secret)

return cmd
}

0 comments on commit 1ad0a2b

Please sign in to comment.