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

SEB-2683 Add Security Suite #195

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .ebextensions/00_nypl_provision.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
files:
"/opt/elasticbeanstalk/hooks/appdeploy/pre/07_nypl_provsion.sh":
mode: "000755"
owner: ec2-user
group: ec2-user
content: |
#!/usr/bin/env bash
. /opt/elasticbeanstalk/support/envvars
file=/var/tmp/provisioned
if [[ -a $file ]]; then
echo "installed"
else
curl https://nypl-provisioning.s3.amazonaws.com/provision-yumbased-linux_eb.sh | bash
fi
encoding: plain
17 changes: 0 additions & 17 deletions .ebextensions/falcon_crowdstrike.config

This file was deleted.