Page MenuHomeDevCentral

Require APP_KEY to be defined in environment
ClosedPublic

Authored by dereckson on Feb 24 2020, 09:18.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 7, 11:00
Unknown Object (File)
Wed, May 6, 16:04
Unknown Object (File)
Wed, May 6, 13:50
Unknown Object (File)
Tue, May 5, 12:38
Unknown Object (File)
Mon, May 4, 14:48
Unknown Object (File)
Mon, May 4, 06:26
Unknown Object (File)
Sun, May 3, 21:08
Unknown Object (File)
Thu, Apr 30, 04: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
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 3490
Build 3739: 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