stormshield-gt

Results 31 issues of stormshield-gt

## Description On master branch the test for identity when they are no features enabled are currently broken. See ```sh cargo test --package libp2p-identity # or cd identity/ cargo test...

**Checklist** * [x] I've searched the issue tracker for similar requests **Is your feature request related to a problem? Please describe.** I work on a very big project with multiple...

Would you be open to not include systematically `openssl` when using `pq-src` ? My use case is to use [rustls-ssl](https://github.com/rustls/rustls-openssl-compat) with `libpq`, without needing to have `openssl` as a dependency....

add: - get configuration of the secret engine - disable mount

Bump reqwest to 0.12, unlocking the use of hyper 1.0 and rustls 0.22 Waiting on https://github.com/jmgilman/rustify/pull/17

All is in the title :smiley:

Attempt to address some of the concerns raised in https://github.com/jmgilman/vaultrs/issues/86 - add the HTTP verb to the log to differentiate which endpoint is actually used - use structured logging, so...

The logs right now contains some repetitive information. For instance, here is the log for a simple health check that failed. ```log 2024-03-26T10:20:48.070995Z INFO status:health: vaultrs::api: Executing /sys/health and expecting...

I have the following problems with the [dockertest-server](https://github.com/jmgilman/dockertest-server) used in the test suite: - it's no longer maintained - it force users to disconnect from VPN to launch the test...

In the documentation of `FuturesUnordered` it's written > "When new futures are added, [poll_next](https://docs.rs/futures/0.3.30/futures/stream/trait.Stream.html#tymethod.poll_next) must be called in order to begin receiving wake-ups for new futures." Does it mean that...

docs
A-stream