Page MenuHomeDevCentral

Require APP_KEY to be defined in environment
ClosedPublic

Authored by dereckson on Feb 24 2020, 09:18.
Tags
None
Referenced Files
F25388867: D2256.diff
Sat, Apr 11, 16:56
F25382978: D2256.diff
Sat, Apr 11, 10:12
Unknown Object (File)
Thu, Apr 9, 07:03
Unknown Object (File)
Thu, Apr 9, 06:44
Unknown Object (File)
Tue, Apr 7, 11:34
Unknown Object (File)
Fri, Mar 27, 02:21
Unknown Object (File)
Thu, Mar 26, 22:58
Unknown Object (File)
Tue, Mar 24, 11:11
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
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 3491
Build 3740: arc lint + arc unit

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