Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helmchart secret store-encryption-key lenght 32 #5497

Merged
merged 1 commit into from
May 5, 2024

Conversation

filiprafaj
Copy link
Contributor

What changed? Why was the change needed?

when STORE_ENCRYPTION_KEY is not provided through values or an existing secret, helmchart will generate it

this mr is changing the length of the generated key
without this change the key won't have valid length (32)

see https://docs.novu.co/self-hosting-novu/deploy-with-docker#required-variables

STORE_ENCRYPTION_KEY: Used to encrypt/decrypt the provider credentials. It must be 32 characters long.

see https://docs.novu.co/self-hosting-novu/deploy-with-docker#required-variables

STORE_ENCRYPTION_KEY: Used to encrypt/decrypt the provider credentials. It must be 32 characters long.
@filiprafaj filiprafaj requested a review from a team as a code owner May 5, 2024 11:33
@filiprafaj filiprafaj requested review from scopsy and AliaksandrRyzhou and removed request for a team May 5, 2024 11:33
Copy link

netlify bot commented May 5, 2024

👷 Deploy request for dev-web-novu pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 257fab6

Copy link

netlify bot commented May 5, 2024

Deploy Preview for novu-design ready!

Name Link
🔨 Latest commit 257fab6
🔍 Latest deploy log https://app.netlify.com/sites/novu-design/deploys/66376e90bf620e0008f6dd40
😎 Deploy Preview https://deploy-preview-5497--novu-design.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Cliftonz Cliftonz merged commit 8616e05 into novuhq:next May 5, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants