grumo35
(Grumo35)
April 4, 2022, 12:23pm
1
Hey,
I was wondering if it was possible to include proxy settings for o365 module or any other module that need to perform requests online ?
looks like envars and proxy_url are not working.
Is it possible to implement proxy on this ? beats/subscribe.go at 237937085a5a7337ba06f1268cfc55cd4b869e31 · elastic/beats · GitHub
I think the issue lies with the fact the azure Golang module doesn't support proxies at this time.
1 Like
grumo35
(Grumo35)
April 4, 2022, 1:14pm
3
Ewww, there is no issue for proxy.
package autorest
// Copyright 2017 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
import (
"bytes"
"crypto/tls"
"errors"
This file has been truncated. show original
I'll try to find some thing not too ugly.
system
(system)
Closed
May 2, 2022, 3:14pm
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.