Proxy session #980
Replies: 3 comments 15 replies
-
In the example above we're providing falconpy.Hosts(access_token=token, proxy=proxies, session=session) do we get the expected result? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, there is no easy way to do this, and it doesn't seem like using the Uber class changes anything. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to use a kerberos ticket file? That's how other people are getting through the proxy. |
Beta Was this translation helpful? Give feedback.
-
How do I get a OAuth2 token (or use any falconpy object) if I have to go through a proxy using Kerberos? I can use requests.Session() and mount the proxy auth but, I'm unable to pass the session to oauth2/token. I could use a post to oauth2/token and return the token but if I try to create a Hosts object with
falconpy.Hosts(creds={"access_token": token}, proxy=proxies, session=session)
it's not getting through the proxy.Beta Was this translation helpful? Give feedback.
All reactions