Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
fargate-helper
Advanced tools
For new services, the script will:
For existing services, the script will:
To use this, the AWS credentials must be configured. Typically this is done via environment variables:
us-east-1
if not setThe values for configuring the service will come from three places:
For the command-line, values are passed in with the format:
--name value
For values with spaces, they should be passed in as so:
--name "my value"
Values can also be set via environment variable
We store certain key default values, such as DockerHub credentials, in defaults in our AWS Secrets.
They can be found under the name "fargate-helper". Values we store there are:
The AWS secret values are meant to be one universal defaults for the account
fargate-cluster
[OPTIONAL]Environment variables can also be set inside the running container.
If --passEnv
is set to true, we take all the environment variables currently set and pass them to the container in the taskDefinition, under environment.
Environment variables in the container can also be set by specifying on the command-line:
node deploy.sh --env KEY=VALUE
This will set the environment variable key
to value
inside the container.
By default, we create a target group with rules on our ALB when first creating the service.
The target group will be configured:
To see a sample project that uses this, check out the Utterance Tester:
https://github.com/bespoken/UtteranceTester
In particular, here is the Circle CI configuration:
https://github.com/bespoken/UtteranceTester/blob/master/.circleci/config.yml#L27
FAQs
Helper scripts for deploying to Fargate
The npm package fargate-helper receives a total of 4 weekly downloads. As such, fargate-helper popularity was classified as not popular.
We found that fargate-helper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.