Page MenuHomeDevCentral

Require APP_KEY to be defined in environment
ClosedPublic

Authored by dereckson on Feb 24 2020, 09:18.
Tags
None
Referenced Files
F10775500: D2256.id5670.diff
Sat, Jul 26, 12:52
F10775029: D2256.id5668.diff
Sat, Jul 26, 12:30
F10774762: D2256.id5669.diff
Sat, Jul 26, 12:25
F10758836: D2256.diff
Sat, Jul 26, 02:05
F10754590: D2256.diff
Fri, Jul 25, 23:15
Unknown Object (File)
Fri, Jul 25, 15:35
Unknown Object (File)
Fri, Jul 18, 13:36
Unknown Object (File)
Sun, Jul 13, 18:15
Subscribers
None

Details

Summary

The Cachet documentation stresses APP_KEY should be stable and not volatile, as
the lack of key would "result in all of your encrypted/hashed data being lost".

Reference: https://docs.cachethq.io/docs/installing-cachet

Test Plan

Run container with and without APP_KEY set

Diff Detail

Repository
rDCACHET Cachet Docker image
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
files/usr/local/sbin/init-container
3

/usr/local/sbin/init-container: 3: [: -Z: unexpected operator

This revision is now accepted and ready to land.Feb 24 2020, 09:49