Page MenuHomeDevCentral

Require APP_KEY to be defined in environment
ClosedPublic

Authored by dereckson on Feb 24 2020, 09:18.
Tags
None
Referenced Files
F11842236: D2256.id5667.diff
Thu, Sep 25, 11:38
Unknown Object (File)
Thu, Sep 25, 10:10
Unknown Object (File)
Thu, Sep 25, 08:15
Unknown Object (File)
Thu, Sep 25, 08:14
Unknown Object (File)
Wed, Sep 24, 17:35
Unknown Object (File)
Fri, Sep 19, 13:11
Unknown Object (File)
Thu, Sep 18, 11:20
Unknown Object (File)
Wed, Sep 17, 03:47
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