Brett Polivka

Results 11 comments of Brett Polivka

Right now I'm using `Key::as_str` with a long chain of if/else statements, as it can't be used in a match statement.

not sure what you mean by there being no `Key` defined. You even refer to `Key` in your own examples. from resource.rs: ```rust use opentelemetry::Key; ... pub const CLOUD_PROVIDER: Key...

There's nothing saying that the executables have to be linux binaries. They could be shell scripts, which to me is no different than having CI build scripts in your git...

If you allow the plugin home directory to be configurable (which I see can be done through the api), it could be pointed at a directory inside of the source,...

I've put together a proof of concept patch that enables plugins by specifying an optional plugin home directory for a Kustomization. It would be great if we could get something...

100% yes. We have use cases where part of a flow needs to be run on Windows. Ideally we could set up a separate work queue and submit the subflow...

Sorry... I should have been more clear. The CSI driver needs a secret with "clientID" and "clientKey" fields (for static PVs) or "adminID" and "adminKey" (for provisioned PVs). Currently I...

Sorry.. my bad. I meant userID/userKey, not clientID/clientKey. I was just thinking they could be written to the same secret that's already being generated. Kills two birds with one stone.

Any updates on this? I can't control if pipeline devs are attaching owners to their assets, which basically renders this functionality useless.