Tim Möhlmann
Tim Möhlmann
#283 should improve this. If you have any other feedback, please let us know
Closing in favor of #278
@Osipion @thomas-welch friendly ping if you still need this merged?
RE: @livio-a > > Quick question to the default implementation change: Wouldn't the base64 representation of a single uuid be enough. The uuid is always 36 chars long, so the...
Closing this due to inactivity. However, feel free to ping us if you want to proceed to merge this.
Closing as done in #285
> But I really fear about the certificate hell then. I think this is where we will enter in the conflicts of different deployment targets. On `docker-compose` systems the most...
> Traefik's "clustering" caused lots of cert issue failures in our installations. We finally switched to certmanager which works very well on a replicated environment (and works fine together with...
If we use proto defined schema, we could build a validation engine like so: ``` message SetHumanProfile { string given_name = 1 [ (validate.rules).string = {min_len: 1, max_len: 200}, (google.api.field_behavior)...
To overall idea looks great, I just have a single comment: > The fields are defined as a [protobuf Any](https://protobuf.dev/programming-guides/proto3/#any) My experience is that `Any` is quite hard to work...