Mildred Ki'Lya
Mildred Ki'Lya
Instead of implementing something complex for portable identities, could it not be simpler to have a way to tell contacts and rooms that `@bob:matrix.org` is the same person as `@hello:bob.name`...
I believe that it is possible to have portable identities without having to *remove the need for servers to have a single static signing key, as they do today*. This...
The `m.room.member` event could gain a new property in the event content: - `senders` (`[string]`) : contains a list of MXID that the sender is also known as. Any event...
I'm getting the same error with Cyrus SASL client. it seems Cyrus SASL binds with an empty DN as evidenced in its code: https://github.com/cyrusimap/cyrus-sasl/blob/0189425cc210555c36383293c468df5da73acc48/plugins/ldapdb.c#L117 The second parameter to `ldap_sasl_interactive_bind_s` is...
Well, the main idea behind this is to make it easy to see and change the configuration. Both are difficult for the moment (have to remember the setting name). Another...
I'd love to come, but unfortunately I don't often come to Paris, I live in the country south from Lyon. I perhaps could come at a time, if I find...
@diasdavid, any idea when you are coming to Paris? I might be able to come if I don't have anything else. Or I'll wait till next time.
That's going to be a little short for this time, I won't be available this week-end, and I live south on Lyon. But keep me informed for next time.
That's a bit tricky as it involves source code I cannot give access to. Basically it involves running podman-compose as root on a Rails app (pretty standard stack). Some containers...
I could make it work using: ```hcl resource "consul_key_prefix" "prometheus_infra_passwd" { path_prefix = "sqsc/services/prometheus-infra/htpasswd" subkeys = { "" = "${bcrypt(random_id.prometheus_infra_passwd.b64_url)}" } } ``` Probably a template data source would have...