Rémy Greinhofer

Results 42 comments of Rémy Greinhofer

I'll be working on this one 👷

I just updated the project settings to only allow rebasing PRs.

Sorry about the delay, but I had to step away from WASM and therefore Krustlet, for a while. Here are the steps I followed, in addition of having attempted to...

@bacongobbler if you could reopen this ticket, that would be great. Thank you.

Ah, good pointers! So here is what I tried: ```bash ╭ krustlet on  main via 🦀 v1.60.0 ╰❯ openssl version OpenSSL 3.0.3 3 May 2022 (Library: OpenSSL 3.0.3 3...

Good idea! ```bash ╭ krustlet on  main via 🦀 v1.60.0 ⌛ 2s ╰❯ just build --no-default-features --features rustls-tls cargo build --no-default-features --features rustls-tls Downloaded rustls-native-certs v0.5.0 Downloaded rustls-pemfile v0.2.1...

Oh cool! trying that: ```bash ╭ krustlet on  main [!] via 🦀 v1.60.0 ╰❯ just run --no-default-features --features rustls-tls KUBECONFIG=$(eval echo $CONFIG_DIR)/kubeconfig-wasi cargo run --bin krustlet-wasi --no-default-features --features rustls-tls...

As a quick workaround to get the state information from the full name, I used this: ```py abbrev = states.mapping('name','abbr').get("Maryland") state = states.lookup(abbrev) ``` and then you can access all...

I could also help if more maintainer help is needed.

The scan seems to work fine though: ```bash $ docker run aquasec/chain-bench scan --repository-url https://github.com/buildsec/frsca --access-token $GITHUB_TOKEN Unable to find image 'aquasec/chain-bench:latest' locally latest: Pulling from aquasec/chain-bench b3c136eddcbf: Pull complete...