Page MenuHomeDevCentral

Require APP_KEY to be defined in environment
ClosedPublic

Authored by dereckson on Feb 24 2020, 09:18.
Tags
None
Referenced Files
F44586158: D2256.diff
Mon, Aug 17, 17:57
F44538719: D2256.id.diff
Mon, Aug 17, 13:17
F44412909: D2256.id5668.diff
Sun, Aug 16, 22:57
F44405467: D2256.id5670.diff
Sun, Aug 16, 21:59
Unknown Object (File)
Sun, Aug 16, 16:57
Unknown Object (File)
Mon, Aug 3, 15:48
Unknown Object (File)
Mon, Aug 3, 11:27
Unknown Object (File)
Sun, Aug 2, 23:51
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