Vincent Ruello

Results 9 issues of Vincent Ruello

* Insert hosts that have been seen * Insert hosts data coming from HTTP flows * Insert hosts data coming from DNS flows * Insert hosts data coming from SSH...

Hello, Thanks for this repository which has been a time saver for me! I had to implement an Authorization Code Flow client on Ionic - as recommended by IETF, so...

This will only work if ldap3 supports Kerberos encryption. This is not the case out of the box, but there is a pull request that implements it: https://github.com/cannatag/ldap3/pull/1042. Once the...

This PR adds support for passing a custom authentication class to the `httpx` client (https://github.com/elastic/elasticsearch-py/issues/2933) *with minimal changes*. It is heavily inspired by the existing implementation for the `requests` client....

Currently, the `path_prefix` configuration (i.e. the url path) of the ES host is removed by the httpx client. This PR adds it. `path_prefix` is set by `client_utils.url_to_node_config` (https://github.com/elastic/elastic-transport-python/blob/main/elastic_transport/client_utils.py#L187). It is...

This PR adds support for passing a custom authentication class to the `httpx` client (#2933) *with minimal changes*. It is heavily inspired by the existing implementation for the `requests` client....

When instantiating `Elasticsearch` or `AsyncElasticsearch`, it is possible to pass a parameter named `http_auth`. If `node_class` is `requests` and `http_auth` is a subclass of `requests.auth.AuthBase`, `http_auth` is passed to `client_node_configs`...

- Support SPNEGO authentication method (used when WEC server is in `TrustedHosts` of a WinRM client) - Add `HOST/` SPN in documentation (see #304)