Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@cfn-modules/alb-redirect-to-https
Advanced tools
ALB rediretc to HTTPS.
Install Node.js and npm first!
npm i @cfn-modules/alb-redirect-to-https
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
Redirect:
Type: 'AWS::CloudFormation::Stack'
Properties:
Parameters:
AlbListenerModule: !GetAtt 'AlbListener.Outputs.StackName' # required
RedirectPort: '443' # optional
Priority: '1' # optional
HostPattern: '' # optional
PathPattern: '/*' # optional
TemplateURL: './node_modules/@cfn-modules/alb-redirect-to-https/module.yml'
none
Name | Description | Default | Required? | Allowed values |
---|---|---|---|---|
AlbListenerModule | Stack name of alb-listener module | yes | ||
RedirectPort | Port that is redirected to using the HTTPS protocol | 443 | ||
Priority | The priority for the rule. Elastic Load Balancing evaluates rules in priority order, from the lowest value to the highest value. If a request satisfies a rule, Elastic Load Balancing ignores all subsequent rules. A target group can have only one rule with a given priority. | 1 | no | 1-50000 |
HostPattern | Host pattern (you can specify HostPattern and/or PathPattern) | no | ||
PathPattern | Path pattern (you can specify HostPattern and/or PathPattern) | /* | no |
FAQs
ALB redirect to HTTPS
The npm package @cfn-modules/alb-redirect-to-https receives a total of 19 weekly downloads. As such, @cfn-modules/alb-redirect-to-https popularity was classified as not popular.
We found that @cfn-modules/alb-redirect-to-https demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.