Skip to content

Commit

Permalink
feat!: Changing stateful rule default order. Adding TLS Inspection. (#…
Browse files Browse the repository at this point in the history
…156)

* break: changing stateful rule default order. Adding TLS Inspection L2. Adding encryption configuration template (not available in cloudformation yet).

* feat!: Updating test with new default rule order

* removing encryption configuration until it is supported by cloudfront

* removing comment from test

* Fixing jsii versions
  • Loading branch information
durkinza authored Dec 20, 2024
1 parent 797adae commit da9bc1f
Show file tree
Hide file tree
Showing 22 changed files with 1,642 additions and 1,840 deletions.
8 changes: 2 additions & 6 deletions .cspell.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
author: 'durkinza',
authorAddress: '[email protected]',
bugsUrl: 'https://github.com/durkinza/cdk-networkfirewall-l2/issues',
cdkVersion: '2.90.0',
cdkVersion: '2.173.2',
minNodeVersion: '16.0.0',
workflowNodeVersion: 'latest',
defaultReleaseBranch: 'main',
Expand Down Expand Up @@ -38,11 +38,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
'typescript',
], /* Build dependencies for this module. */
homepage: 'https://github.com/durkinza/cdk-networkfirewall-l2#readme',
jsiiVersion: '~5.7.0',
jsiiVersion: '*',
keywords: [
'cdk',
'aws-cdk',
'networkfirewall',
'aws-networkfirewall',
'AWS::NetworkFirewall',
'aws',
'awscdk',
'L2',
Expand All @@ -52,6 +54,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
'Security',
],
license: 'Apache-2.0',
//majorVersion: 0,
name: '@durkinza/cdk-networkfirewall-l2',
npmAccess: javascript.NpmAccess.PUBLIC,
npmignore: ['.devcontainer'],
Expand All @@ -72,6 +75,10 @@ new CSpell(project, {
cSpellOptions: {
language: 'en-US',
ignorePaths: ['./API.md'],
words: [
'projenrc',
'ITLS',
],
},
});
new Husky(project);
Expand Down
Loading

0 comments on commit da9bc1f

Please sign in to comment.