Page MenuHomeDevCentral

Require APP_KEY to be defined in environment
ClosedPublic

Authored by dereckson on Feb 24 2020, 09:18.
Tags
None
Referenced Files
F35256411: D2256.id5668.diff
Wed, Jul 8, 10:27
F35249590: D2256.id5669.diff
Wed, Jul 8, 06:38
F35245082: D2256.id5667.diff
Wed, Jul 8, 02:59
Unknown Object (File)
Tue, Jul 7, 08:16
Unknown Object (File)
Tue, Jul 7, 03:27
Unknown Object (File)
Mon, Jul 6, 22:36
Unknown Object (File)
Sun, Jul 5, 18:35
Unknown Object (File)
Fri, Jul 3, 21:29
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