Skip to content

doctl apps spec get not returning authority correctly #1782#1833

Closed
aupadhyay-shark wants to merge 2 commits intodigitalocean:mainfrom
aupadhyay-shark:doctl_apps_spec_get_not_returning_authority_correctly
Closed

doctl apps spec get not returning authority correctly #1782#1833
aupadhyay-shark wants to merge 2 commits intodigitalocean:mainfrom
aupadhyay-shark:doctl_apps_spec_get_not_returning_authority_correctly

Conversation

@aupadhyay-shark
Copy link
Copy Markdown

Root Cause
The bug is in the AppIngressSpecRuleStringMatch struct in godo (v1.184.0), defined in vendor/github.com/digitalocean/godo/apps.gen.go:

type AppIngressSpecRuleStringMatch struct {
Prefix string json:"prefix,omitempty"
Exact string json:"exact,omitempty"
}

Fix
Changed Prefix and Exact from string to *string in AppIngressSpecRuleStringMatch

Issue - #1782
digitalocean/godo#937

@aupadhyay-shark
Copy link
Copy Markdown
Author

Need to only update mod file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant