Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dotcom-rendering kinesis stream #6748

Merged
merged 3 commits into from Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions dotcom-rendering/cloudformation.yml
Expand Up @@ -254,6 +254,7 @@ Resources:

groupadd frontend
useradd -r -m -s /usr/bin/nologin -g frontend dotcom-rendering
usermod -a -G frontend aws-kinesis-agent-user
cd /home/dotcom-rendering

aws --region eu-west-1 s3 cp s3://aws-frontend-artifacts/frontend/${Stage}/${App}/dist/${App}.zip ./
Expand Down
2 changes: 2 additions & 0 deletions dotcom-rendering/src/server/lib/logging.ts
Expand Up @@ -68,6 +68,8 @@ const enableLog4j = {
backups: 5,
compress: true,
layout: { type: 'json', separator: ',' },
// Owner Read & Write, Group Read
mode: 0o640,
},
},
categories: {
Expand Down