Christian Ihle
Christian Ihle
> @blurpy, would you mind opening a Pull Request for this with you as author? I would have liked to, but I can't prioritize it right now. I would be...
> @blurpy, the edge version (latest `main`) of the chart restricts syscalls based on runtime defaults. Could you please check if there are any other low hanging fruit that the...
@sigv Initial testing looks good! We have the controller running with the restricted profile now.
@sigv using the restricted pod security standard: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted The namespace is configured as follows: ``` kubectl describe ns nginx-ingress Name: nginx-ingress Labels: kubernetes.io/metadata.name=nginx-ingress pod-security.kubernetes.io/audit=restricted pod-security.kubernetes.io/audit-version=latest pod-security.kubernetes.io/enforce=restricted pod-security.kubernetes.io/enforce-version=latest pod-security.kubernetes.io/warn=restricted pod-security.kubernetes.io/warn-version=latest Annotations:...
Can this be reopened again? Read only diff would be extremely useful, especially in pipelines for pull requests.
They fixed this properly in the iOS version (referenced above). Could a similar fix be applied here as well perhaps?
I just upgraded this library in my app from v0.5 that I have been using since posting this issue, to v3.4.0. I was hoping the issue had been fixed since...
That is bit specialized. Are you just going to use this in an automated fashion? If that is the case then you can script what you want like I'm doing...
That sounds pretty cool, please let me know how it works out. You can find more examples of scripting a KouChat client in the integration tests for the Android app:...
Thanks for the notice! I will update this later.