Šimon Woidig
Šimon Woidig
After some recent changes, the auto unsealing stopped working like I would expect it to. I looked though the code and I think I see a mistake at: https://github.com/pyToshka/vault-autounseal/blob/5bd1d941980b2b3b4b358c76c6d0db21459c05f1/app.py#L291-L324 More...
I was wondering, if there is some kind of an endpoint/command (`/healthz`, `/up`) I can run to get the health of the application. If not, could it be implemented? It...
I am trying to deploy KAUI on kubernetes and also fulfill some security requirements. One common thing is a read-only root filesystem. The app then can write only to mounted...
Fixes #200
The imgproxy Helm chart doesn't support container-level SecurityContext. This prevents the usage of read-only filesystem for example as the pod security context and container security context are different. See the...
Currently, I am passing a JSON parsed from a command - think slash commands. Well we require multiple fields (like customer, arg and action) which are parsed from the comment....