Brandon Kucera
Results
2
issues of
Brandon Kucera
### What does this PR do? This PR adds the ability to set node labels via Salt Cloud in Google Compute Engine. ### What issues does this PR fix or...
Currently it seems that client applications are forced to have their tokens interpreted as a Bearer token. This causes problems where other authentication schemes are required. https://github.com/pyroscope-io/pyroscope-rs/blob/23fb2fdc3a7a7f7196f2a7811b90ea1360f4ce7f/src/session.rs#L230 https://docs.rs/reqwest/latest/src/reqwest/async_impl/request.rs.html#261 An option...