Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cfn-modules/alb-listener

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfn-modules/alb-listener - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

test/client-sg.js

2

package.json
{
"name": "@cfn-modules/alb-listener",
"version": "1.0.0",
"version": "1.1.0",
"description": "ALB listener",

@@ -5,0 +5,0 @@ "author": "Michael Wittig <michael@widdix.de>",

@@ -30,5 +30,15 @@ [![Build Status](https://travis-ci.org/cfn-modules/alb-listener.svg?branch=master)](https://travis-ci.org/cfn-modules/alb-listener)

CertificateArn: '' # optional
ClientSgModule: '' # optional
TemplateURL: './node_modules/@cfn-modules/alb-listener/module.yml'
```
## Examples
* [fargate-alb-proxy-pattern](https://github.com/cfn-modules/docs/tree/master/examples/fargate-alb-proxy-pattern)
* [fargate-alb-single-container](https://github.com/cfn-modules/docs/tree/master/examples/fargate-alb-single-container)
## Related modules
* [alb](https://github.com/cfn-modules/alb)
## Parameters

@@ -63,3 +73,3 @@

<td>CertificateArn</td>
<td>Amazon Resource Name (ARN) of the certificate to associate with the listner</td>
<td>Amazon Resource Name (ARN) of the certificate to associate with the listener</td>
<td></td>

@@ -69,3 +79,10 @@ <td>no</td>

</tr>
<tr>
<td>ClientSgModule</td>
<td>Stack name of <a href="https://www.npmjs.com/package/@cfn-modules/client-sg">client-sg module</a> where traffic is allowed from on port $Port to the listener (requires ALB Scheme := internal)</td>
<td></td>
<td>no</td>
<td></td>
</tr>
</tbody>
</table>
{
"private": true,
"dependencies": {
"eslint": "5.6.0",
"ava": "0.25.0",
"@cfn-modules/test": "0.3.0",
"@cfn-modules/vpc": "1.1.0",
"@cfn-modules/alb": "1.0.1",
"eslint": "6.6.0",
"ava": "2.4.0",
"@cfn-modules/test": "0.7.3",
"@cfn-modules/vpc": "1.1.1",
"@cfn-modules/alb": "1.0.4",
"@cfn-modules/client-sg": "1.0.0",
"@cfn-modules/alb-listener": "file:../"

@@ -10,0 +11,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc