Mathieu REHO

Results 6 issues of Mathieu REHO

Added missing `expireDate` parameter on `createShare()` and fixed broken `getSharesFromFileOrFolder()` and `updateShare()` Ref.: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#create-a-new-share

**What happened**: When using the annotation `nginx.ingress.kubernetes.io/from-to-www-redirect: 'true'` on any of my Nginx ingresses, requests to [https://www.example.com](https://www.example.com) is incorrectly redirected to [https://example.com:80](https://example.com:80), causing an access error (trying to access using...

kind/bug
lifecycle/frozen
needs-triage
needs-priority

## Describe your Issue I run Nextcloud behind a Openstack Octavia Loadbalancer (with HTTPS termination), that send `X-Forwarded-For`, `X-Forwarded-Port` and `X-Forwarded-Proto` headers to the Nginx ingress controller. The LB pool...

When using hostPort, the ManageSieve port was not actually exposed — I believe this was simply forgotten in the template. The second issue is that Proxy Protocol and publicly exposed...

needs testing
Stale

**What this PR does / why we need it**: It adds the forgetten `csi.plugin.nodePlugin.podSecurityContext` inside `charts/cinder-csi-plugin/templates/nodeplugin-daemonset.yaml`, already present in `values.yaml`. **Release note:** ``` [cinder-csi-plugin] Add podSecurityContext in nodeplugin-daemonset.yaml ```

size/XS
cncf-cla: yes
do-not-merge/release-note-label-needed
needs-ok-to-test

## What this PR does / why we need it When using Redis/Valkey Cluster instead of standalone (for HA purposes), the chart throws an error because the `QUEUE_BULL_REDIS_HOST` environnement variable...