Dasha Komsa

Results 10 comments of Dasha Komsa

Makes sense, thank you! Turns out I can (and should) just use multiple label selectors, so this isn't a blocker for my particular case and can be closed. Still think...

In my case empty paths were due to `runtime.GOROOT()` producting an empty string (and, I believe, since swag ignores all paths with `runtime.GOROOT()` prefix, it ignored all of them). The...

Hi @ncabatoff , Thank you for looking into this! I'd argue that discarding all templated secrets when a batch token expires works on the assumption that all secrets have leases....

Also, the doc on leases (https://www.vaultproject.io/docs/concepts/lease) makes it sound like leases are only applicable to service tokens > With every dynamic secret and service type authentication token, Vault creates a...

> I wasn't speaking about the lease associated with the token itself, but rather those that would be generated for dynamic secrets creating using the token Thank you! That distinction...

Incorporated this update in https://github.com/digitalocean/csi-digitalocean/pull/589; closing this PR

Will submit a PR in a bit, just creating this ticket as a TODO for myself

Was trying to figure out how to get those ansible logs parsed for another issue (extracting failure message for the Ready condition) and not seeing any quick and elegant solutions...

@morningspace Since you were looking at my other issues and PRs (thank you!), maybe you could check out this one too?

> Hi @d-honeybadger , is there any progress on being able to use CheckWhenObserve policy? Cheers There's some progress in parsing logs in the awx_display format (that's what ansible-runner produces...