sebadob

Results 14 issues of sebadob

### Proposed change Recently, Rust on ESP32 and embedded devices in general has made huge steps forward. By now, we can even execute `std` Rust and fully async runtimes like...

proposal

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

area/acme
kind/bug/possible
area/rules

The Rust `rsa` crate has been found vulnerable in some form to the Marvin Attack. The maintainers are actively working on a fix for this in [RSA/394](https://github.com/RustCrypto/RSA/pull/394) . As soon...

invalid
dependencies

The goal is to finally create a Helm chart for Rauthy for a much easier deployment inside Kubernetes in the future. This is a lot of work and will probably...

`rust_decimal` needs to be at least `v1.15` to not produce errors during ``` cargo minimal-versions check ``` Error output: ```rust error[E0599]: no associated item named `ZERO` found for struct `rust_decimal::Decimal`...

This is mostly about some code cleanup and optimizations. Like e.g. some statically initialized variables can also be non-static, because they are needed maybe only once during startup. Have them...

### Discussed in https://github.com/sebadob/rauthy/discussions/777 Originally posted by **lvaroqui** March 16, 2025 Hello, I'm currently using Authentik on a little VPS for my non-profit. However, it uses close to 500MB of...

enhancement

I wanted to integrate [ML-DSA - FIPS 204](https://csrc.nist.gov/pubs/fips/204/final) in the near future as a first PQC signing option for tokens, and contribute it upstream to the jwt crate Rauthy is...

enhancement
future

With the many features that have been merged in the last months, the memory usage went up a bit too much for my taste. However, there are low hanging fruits...

enhancement