andoks
andoks
An example of why being able to get the logs in a structured format (like json or logfmt) would be a good thing, is that it makes it easier to...
Could it be worth looking into making the logs "compatible" with [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) as part of this effort? I see OpenTelemetry is a CNCF project, which ["belongs" to the Linux Foundation](https://www.cncf.io/about/faq/#what-is-the-relationship-between-the-cncf-and-the-linux-foundation).
@ndeloof left you a few questions in the review
@alexey-sh > any ETA? See discussion in #11867 - it might take some time to decide how to proceed.
Replaced with #12251 that has been updated with rebase on v2.30.0 to get fix for #12186
@powersj, this is only a feature-request so far, I have not worked on implementing the feature. In my project the things we consider to be of importance are: 1. possible...
One alternative for some may be to use Caddy as a reverse_proxy, with [client_auth](https://caddyserver.com/docs/caddyfile/directives/tls#client_auth) to implement MTLS, and the [tls.client_auth.revocation](https://caddyserver.com/docs/modules/tls.client_auth.revocation) plugin to support CRLs
Authelia supports this too (https://www.authelia.com/configuration/miscellaneous/server/#address). I suspect an implementation in Zitadel could make use of the [base](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base) tag that is already in use by the console at least
Is this the same as https://github.com/zitadel/zitadel/issues/6763 ?
I would like to add that for the use case I described it is crucial that there is a way to use the SUB claim value relatively directly to fetch...