matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
267 stars 66 forks source link

Add support for crypto store PVC to helm chart #920

Open PseudoResonance opened 3 months ago

PseudoResonance commented 3 months ago

Adds a persistence section to the Helm chart so that the encryption crypto store can persist through restarts/updates.

PseudoResonance commented 2 months ago

Yes, the following needs to be added to the Helm values under hookshot.config.

    experimentalEncryption:
      storagePath: /persistent
rhizoet commented 2 weeks ago

Can this please be merged? We need this feature very urgently, as there are currently only functioning webhooks with hookshot. And it is important that these are encrypted.

Thank you in advance.