Nikolaos Moraitis

Results 120 comments of Nikolaos Moraitis

@ethanpooley No logs are being generated. @kpacha is there any fix for this? @rafaumlemos Your configuration doesn't work either. I can still access the endpoint without any token.

```json { "$schema": "https://www.krakend.io/schema/v3.json", "version": 3, "name": "Krakend", "timeout": "3000ms", "cache_ttl": "300s", "output_encoding": "json", "port": 8080, "disable_rest": false, "endpoints": [ { "endpoint": "/menus/{domain}", "method": "GET", "output_encoding": "json", "backend": [ {...

@kpacha Thanks! Is there any way to apply this configuration for all endpoints once in the config or do I have to specify it in every single one?

@listx Does the infrastructure that the prow images are built, support arm64 architecture?

Same issue here. `BUN_CONFIG_NO_VERIFY=1` doesn't affect anything.

@thockin I think for `--one-time` it will make sense to have an option to skip cloning to a symlink folder.

> > Our older package is already cached, and when verdaccio tries to get the tarball from the cache it gets 404 because of the version change. The solution is...

@juanpicado Any news? My team is planning to stop using Verdaccio because of this issue. Please share a solution if there is any.