Claudio Bley
Claudio Bley
@nmattia Thank you for reporting this issue, and for providing solutions for most of the problems! I'll see if I can come up with tests and a PR, if no-one...
Hi. I am also using authelia and see the same issue. For example, after logging out, the "Sign in with OIDC" button on the `/signin` page has no effect. When...
I just pushed a PR to fix this: https://github.com/TomBursch/kitchenowl/pull/925 > The first and third request send an authorization Bearer token and authelia_session cookie. Which I think is a bit odd,...
> @avdv after resolving a merge conflict, I'm seeing that the CI checks are failing legitimately by not accounting for older cabal versions. Oh I see, I don't know where...
I just stumbled over the same issue, but wanted to add that the file is also not read from the *current directory* if there is no WORKSPACE file. In our...
related to https://github.com/haskell/hackage-security/issues/123
As discussed [here](https://discourse.haskell.org/t/hackage-errors-invalid-hash-s-5170-invalidchunkheaders/12935) this issue is caused by inconsistent information being cached for dependent files. * `timestamp.json` contains the hash for `snapshot.json` * `snapshot.json` contains the hash for `01-index.tar.gz` Now,...
> This seems the right place, as the cache control for both the json files and the index tarball is set in the server code. I agree it would be...
> I'm confused. That 300 that I'm proposing is the max-age for the json files. In the worst case this would happen: 1. varnish fetches `snapshot.json` 2. files are updated...
> On that fix, we can change the uses of `maxAgeMinutes` in this file > > [hackage-server/src/Distribution/Server/Features/Core.hs](https://github.com/haskell/hackage-server/blob/8815bc9e27ec25506952f6e41b38d5293d5d31d6/src/Distribution/Server/Features/Core.hs#L666) > > Line 666 in [8815bc9](/haskell/hackage-server/commit/8815bc9e27ec25506952f6e41b38d5293d5d31d6) > serveLegacyPackagesIndexTarGz :: DynamicPath -> ServerPartE Response...