Szymon Bieńkowski
Szymon Bieńkowski
It appears as though some commands, like `tk export`, try to wrongly make the path absolute, by squashing `..//` into `./`, which is not correct. Most other commands, like show,...
One of the PR requirements in our repo is that a CODEOWNER needs to approve a PR changing code they are responsible for. I had a bunch of PRs which...
Config reloader is not following changes to the accounts config map, if appropiate auth resolver is used. The [volume is created](https://github.com/nats-io/k8s/blob/main/helm/charts/nats/templates/statefulset.yaml#L83-L85) and then [mounted to main nats container](https://github.com/nats-io/k8s/blob/main/helm/charts/nats/templates/statefulset.yaml#L307-L316), but [is...
Currently there's no way to depend on Hasura chart and mount migrations/metadata to it without vendoring it and placing appropiate folders inside chart directory. It'd be nice if it was...
**Describe the bug** When config is deserialized during app creation and error is thrown, agent panics without error. **Steps to reproduce** Simply run the agent without any config file. **What...
**Is your feature request related to a problem? Please describe.** Currently, k8s-less installs of aperture-agent lack healthchecks. **Describe the solution you'd like** Use [sd_notify](https://github.com/coreos/go-systemd/blob/main/daemon/sdnotify.go) mechanism to communicate application status to...