Mathieu REHO
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
Incorrect HTTPS redirection using "from-to-www-redirect" annotation and TLS Terminated Loadbalancer
**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...
## 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...
**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 ```
## 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...