Valters Jansons

Results 42 comments of Valters Jansons

> I've created a request at https://microsoftedge.uservoice.com/forums/928828-developer/suggestions/42220513-provide-open-apis-to-query-web-extension-details for this API. Please upvote for it so that Microsoft can see it. 👀 The link provided gives me _"This site is not...

You just need a `/usr/share/p11-kit/modules/ykcs11.module` file. At its most minimal configuration: ``` # https://p11-glue.github.io/p11-glue/p11-kit/manual/pkcs11-conf.html module: /usr/lib/x86_64-linux-gnu/libykcs11.so ``` --- It is also possible to symlink `/usr/lib/x86_64-linux-gnu/pkcs11/libykcs11.so` to `../libykcs11.so`. In that case...

Is this expected to land in `2.7`?

I am proposing a PR to configure a readonly rootfs. However this feature request sneaks in a second item: `allowPrivilegeEscalation: true`. As [previously explained](https://github.com/nginxinc/kubernetes-ingress/issues/1677#issuecomment-866499090), this is done for Nginx to...

Not sure if [CI / Smoke Tests (alpine, policies, 1.26.2)](https://github.com/nginxinc/kubernetes-ingress/actions/runs/4483509692/jobs/7885077160?pr=3665) failure of internally observed 502 Bad Gateway response is relevant to this PR. 🤔 ~Will double check if I can...

Hey hey. Sorry, been busy with a few initiatives having tight delivery deadlines. I did not test this out on OpenShift. Opened the PR based on a community member feedback...

Sorry for the lack of reply on this. The open initiatives are getting wrapped up so I have some time to look into this again. > Did you test this...

Fun fact. When deploying an OpenShift cluster in Azure, there are actually [three kinds of VMs that get deployed for you](https://docs.openshift.com/container-platform/4.12/installing/installing_azure/installing-azure-user-infra.html#installation-azure-limits_installing-azure-user-infra): - One bootstrap machine, which is removed after installation...

Initial testing looks strange against OpenShift 4.10 which is what Azure deploys by default. I am not seeing issues inside of Pods, which could be expected if UID is used...

So, a quick sanity check that it works on local K8s without fancy add-ons: ```bash # install microk8s locally sudo snap install microk8s --classic microk8s status --wait-ready # or reset...