[14:04:55] \o [14:06:14] .o/ [14:07:13] * ebernhardson finds the description "received and acting on the results of our first experiemnet with logged out users" missing some context [14:07:24] i mean, we've been running logged out ab tests for a decade? [14:07:53] (from friday notes) [14:12:22] Yeah, that probably needs an asterisk [14:12:32] Guessing they meant "on the new experiment platform" [14:12:43] i think she means with the experiemnt platform, yea. it's just more general than it should be [14:13:14] sigh...cindy is broken :( [14:13:46] yet again...docker blew up [14:14:18] should i just restart the docker daemon before each run? What happens is docker refuses to remove a network because its busy, and the easiest way to reset everything is restart docker daemon [14:22:38] Dunno enough about the cindy env to say for sure [14:22:51] it's basically just docker-compose, with extra orchetration around it [14:23:48] docker-compose is supposed to destroy everything before each run, to start fresh, but sometimes it isn't able to destroy the network and then it can't create a new env [14:24:22] I'm thinking in terms of a CI pipeline, like you'd be able to do steps in different environments and just save a little piece of the previous step [14:24:36] But yeah I dunno, I'd probably just restart docker to nuke stuff [16:37:26] * ebernhardson for some reason decided that these reports should be more "modern" python....but all these machanical changes are tedious :P [16:37:41] but hopefully it means they are easier to work with in the future [16:38:40] mostly means things like changing "foo {} bar {}".format(a, b) into f"foo {a} bar {b}" and such [19:09:58] hmm, tried to look into why CI fails peters airflow patch...but not sure :S [19:10:34] i think the main error is "failed to solve: failed to configure registry cache exporter: invalid reference format" but i dont see how his patch caused that [19:12:11] oh, duh, of course it's main that has the problem. And looks like someone else is already investigating [21:08:47] ryankemper you have anything for pairing? I'm still grinding thru https://docs.opensearch.org/2.19/security/access-control/anonymous-authentication/ ... doesn't seem to be working ;( [21:13:38] inflatador: just looking over the wdqs runbook again [21:27:31] ryankemper ACK, I'm good w/skipping if you are. See ya Tuesday! [21:28:02] inflatador: cya tues! [21:45:42] this issue should give y'all an idea of how much "fun" OpenSearch perms are turning out to be ;P https://github.com/opensearch-project/documentation-website/issues/2359 [21:59:46] OK, I think I got RBAC working. TLDR is try to cURL, then add whatever permissions the API tells you it needs to roles.yml .