Mark Szabo

Results 29 comments of Mark Szabo

hi @dippynark did you figure out a solution to this? I'm facing the same issue, and I really can't get my head around it. Setting the token URL to a...

Thanks for the suggestion, I'll take a look! So for the capture I just set the `token_uri` to a `https://mockbin.org/` URL, that logs the request. Then I reconstructed the request...

I managed to setup a proxy that terminates TLS and simply forwards the request to login.microsoftonline.com and that worked. My guess is that authservice doesn't like the certificate of login.microsoftonline.com,...

Sure! Here is the file produced by kaniko: [out.tar.gz](https://github.com/GoogleContainerTools/kaniko/files/8219481/out.tar.gz) and here is after copying with skopeo: [out2.tar.gz](https://github.com/GoogleContainerTools/kaniko/files/8219482/out2.tar.gz) (both got renamed to `.tar.gz` from `.tar` as Github doesn't support `.tar` files)

+1 for updating the runner version to the [latest](https://github.com/actions/runner/releases) version

@dependabot rebase

This fixes a medium severity vulnerability: https://github.com/advisories/GHSA-776f-qx25-q3cc so it would be great to have it merged. @machulav could you please take a look when you have the time?

Thanks for the quick reply! I played around with the options (including the one you suggested), but didn't find anything that would work. The closest I could get is to...

Unfortunately the `wifi_send_pkt_freedom`function is very limited. It can only send the ieee80211 header (as discussed [here](https://bbs.espressif.com/viewtopic.php?t=2306)), and in later releases it can only send unencrypted data packet, unencrypted beacon/probe req/probe...

Hi! Are you running wireshark on the phone or on your computer? If you are running it on the computer: * Is your computer connected to the drone's wifi? Can...