diff --git a/tools/conf/transport_authenticators.go b/tools/conf/transport_authenticators.go index bc458d346..6f7d56915 100644 --- a/tools/conf/transport_authenticators.go +++ b/tools/conf/transport_authenticators.go @@ -104,7 +104,7 @@ func (this *HTTPAuthenticatorResponse) Build() (*http.ResponseConfig, error) { } if this.Status != nil || this.Reason != nil { - config.Status = http.Status{ + config.Status = &http.Status{ Code: "200", Reason: "OK", }