Skip to content

Commit

Permalink
SANS CloudSecNext and dependency updates (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Oct 29, 2024
1 parent c721a13 commit 4015302
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 16 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
> 📢 We welcome contributions! See the [Contributing Guide](https://github.com/serverless-ca/terraform-aws-ca/blob/main/CONTRIBUTING.md) for how to get started.
## Blog posts
## SANS CloudSecNext - talk and demo
<a href="#"><img src="https://raw.githubusercontent.com/serverless-ca/terraform-aws-ca/main/docs/assets/images/sans-cloudsecnext.png" /></a>
Talk and demo on [YouTube](https://youtu.be/JJD2GrZxLq4)

## Blog posts
> 📖 [Open-source cloud Certificate Authority](https://medium.com/@paulschwarzenberger/open-source-cloud-certificate-authority-75609439dfe7)
> 📖 [AWS Application Load Balancer mTLS with open-source cloud CA](https://medium.com/@paulschwarzenberger/aws-application-load-balancer-mtls-with-open-source-cloud-ca-277cb40d60c7)
Expand Down
Binary file added docs/assets/images/sans-cloudsecnext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ description: Serverless CA in AWS with FIPS 140-2 level 3 CA key storage and cos

![Alt text](assets/images/ca-architecture-options.png?raw=true "CA architecture")

## Blog posts
## SANS CloudSecNext - talk and demo
<a href="#"><img src="https://raw.githubusercontent.com/serverless-ca/terraform-aws-ca/main/docs/assets/images/sans-cloudsecnext.png" /></a>
Talk and demo on [YouTube](https://youtu.be/JJD2GrZxLq4)

## Blog posts
> 📖 [Open-source cloud Certificate Authority](https://medium.com/@paulschwarzenberger/open-source-cloud-certificate-authority-75609439dfe7)
> 📖 [AWS Application Load Balancer mTLS with open-source cloud CA](https://medium.com/@paulschwarzenberger/aws-application-load-balancer-mtls-with-open-source-cloud-ca-277cb40d60c7)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography == 43.0.1
cryptography == 43.0.3
validators == 0.34.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography == 43.0.1
cryptography == 43.0.3
validators == 0.34.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography == 43.0.1
cryptography == 43.0.3
validators == 0.34.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography == 43.0.1
cryptography == 43.0.3
validators == 0.34.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography == 43.0.1
cryptography == 43.0.3
dataclasses-json == 0.6.7
validators == 0.34.0
4 changes: 2 additions & 2 deletions modules/terraform-aws-ca-lambda/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bandit == 1.7.9
black == 24.10.0
boto3 == 1.35.40
cryptography == 43.0.1
boto3 == 1.35.49
cryptography == 43.0.3
dataclasses-json == 0.6.7
prospector == 1.10.3
pytest == 8.3.3
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ asn1crypto == 1.5.1
assertpy == 1.1
bandit == 1.7.10
black == 24.10.0
boto3 == 1.35.40
boto3 == 1.35.49
certvalidator == 0.11.1
cryptography == 43.0.1
cryptography == 43.0.3
dataclasses-json == 0.6.7
prospector == 1.12.1
pytest == 8.3.3
Expand Down
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cairosvg == 2.7.1
mkdocs-material == 9.5.40
pillow == 10.4.0
mkdocs-material == 9.5.42
pillow == 11.0.0
urllib3 == 2.2.3
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3 == 1.35.40
boto3 == 1.35.49
4 changes: 2 additions & 2 deletions utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asn1crypto == 1.5.1
boto3 == 1.35.40
boto3 == 1.35.49
certvalidator == 0.11.1
cryptography == 43.0.1
cryptography == 43.0.3
validators == 0.34.0

0 comments on commit 4015302

Please sign in to comment.