[08:06:31] lucaswerkmeister thanks! [11:49:16] So, horizon.wikimedia.org is not accessible. It takes me to a single sign on page, where I sign in, but then it just hits an infinite submit loop [11:50:18] Oh, and as I wrote that, and after several hundred redirects, it finally took me to horizon. Lol [11:55:10] xd [11:57:43] james had the same problem a few days ago (re @harej: I can't access https://horizon.wikimedia.org) [11:57:56] I don’t know if it ever ended up on phabricator [15:44:51] I haven't tried to dig into it, but I think the looping URLs are `GET openstack.eqiad1.wikimediacloud.org:25000/protected` and `POST openstack.eqiad1.wikimediacloud.org:25000/protected` which somehow handle a GET -> POST transition around the final `GET idp.wikimedia.org/oidc/oidcAuthorize` request in the authn flow. [16:06:02] I heard a lot about DataHub, and I noticed https://wikitech.wikimedia.org/wiki/Data_Platform/Systems/DataHub (re @wmtelegram_bot: is there some sort of industry standard for open data catalogs, or is that stuff all bespoke?) [16:52:38] !log codesearch soft rebooting instance codesearch 9 which was unreachable again [16:52:40] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Codesearch/SAL [20:45:38] Hello! I have a question, if anyone can help! I put a tool as maintainer of the other, but through a toolforge job, I'm gettin the error "Access denied for user 's56025'@'%' to database 's56026__infographics'". I had a similar problem a while ago (T348293). Can someone help me identify how to solve that issue? [20:50:45] @ederporto: you need to use the s56026 tool's credentials to access that database. The error you are getting indicates that you are trying to access using the s56025 tool's credentials instead. Making a tool a maintainer for another tool basically just means you can `become tool_that_is_member_of_tool_a; become tool_a`. It does not give special database access to "tool_that_is_member_of_tool_a" [20:52:12] so in this case, the infographics-backend tool owns the database and no other tool including the infographics tool can read it directly