-
Notifications
You must be signed in to change notification settings - Fork 424
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
Preserve host header even with extra trusted root certificates #1526
base: master
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
Not sure how to get the Merge Builds check to succeed - error message is pretty non-descriptive. |
httpSettings.PickHostNameFromBackendAddress = to.BoolPtr(true) | ||
if overrideBackendHostName, err := annotations.OverrideBackendHostName(backendID.Ingress); err == nil { | ||
if httpSettings.HostName != nil && !overrideBackendHostName { | ||
// TODO Warn about pointless setting of hostname |
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.
Not sure what the best way to implement this warning would be. Help would be appreciated.
The new annotation corresponds to the "Override with new host name" option in the backend settings blade in the Azure Portal.
1ccfb6b
to
594d717
Compare
@akshaysngupta @alxyzc Could I please get a review? |
PLEASE MERGE |
@akshaysngupta @alxyzc is this project dead? |
@estenssoros please merge |
@akshaysngupta please merge |
Checklist
Fixes
.Description
/override-backend-hostname
;Fixes
#1520