Jonas Schäfer
Jonas Schäfer
As far as I could tell, there's no way to hand arbitrary data to [verify_server_cert](https://docs.rs/rustls/0.19.1/rustls/trait.ServerCertVerifier.html#tymethod.verify_server_cert). That means to verify DANE during the handshake, it would require using a separate instance...
Thanks for the reply. It does not fit the `ServerName` enum name to 100%, but it might do. Given that there may be fallbacks in place when using DANE, what...
@badlop Look at the number of rooms with a "Join using browser" button on https://search.jabber.network . That button uses the `muc#roominfo_webchat_url` disco#info form field.
To be specific: JabberCat uses `sha256(jid) | base32` instead of an HMAC, because I didn’t think of how an HMAC could prevent some issues back then. HMAC is better though...
Hi @travisn, @BlaineEXE, I'm working at CLOUD&HEAT Technologies GmbH, as team lead of @Lykos153 and former rook contributor (#5483), and I'd like to add a few bits from our perspective....
@leseb Thank you for the reply. I didn't look deeply into the Object Store CRD yet, beyond taking an example and shooting it at my cluster. What would be your...
In the meantime, https://github.com/ceph/go-ceph/pull/644 has been proposed and merged, which means that our main focus of work is currently implementing the rook extension itself. I don't think there's a PR...
We're still working on getting the tests right--as this will depend on Keystone for integration tests, much of the recent work has been on integrating that somehow sensible. We've still...
Are there any instructions available on how to run the unittest? Invoking pytest yields ``` $ pytest tests =============================================== test session starts ================================================ platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0,...
Thanks for all the guidance. > I would prefer you opening a discussion (or possibly issue) before a PR for large sweeping changes like this, so we can discuss the...