Den

Results 2 issues of Den

**Elasticsearch version** (`bin/elasticsearch --version`): Version: 8.2.2, Build: default/docker/9876968ef3c745186b94fdabd4483e01499224ef/2022-05-25T15:47:06.259735307Z, JVM: 18.0.1.1 **`elasticsearch-py` version (`elasticsearch.__versionstr__`)**: 8.2.3 Sniffing callback uses Transport instance directly to perform `/_nodes/_all/http` requests. https://github.com/elastic/elasticsearch-py/blob/0da2ba901514447089f8a290f0ddba4f18cf53f8/elasticsearch/_async/client/_base.py#L172 However, both Authorization and opaque-id...

Category: Bug

There is more or less documented way to write your own connectors: https://docs.pyinfra.com/en/2.x/api/connectors.html However, connectors lookup is pretty much hardcoded to `pyinfra.connectors` package right here: https://github.com/Fizzadar/pyinfra/blob/51c48de09adcc7b8e9ee5da7b56b44f230cc30a0/pyinfra/api/connectors.py#L33 and there: https://github.com/Fizzadar/pyinfra/blob/51c48de09adcc7b8e9ee5da7b56b44f230cc30a0/pyinfra/api/inventory.py#L92 So,...

Bug