-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: remove reliance on global `(issuing|root)_crl_days` and `(issuing|root)_crl_seconds` variables * chore: align lambda requirement.txt's with rest of repository * refactor: remove reliance on global library references to PROJECT and ENVIRONMENT_NAME env variables * refactor: remove reliance on global internal_s3_bucket_name and external_s3_bucket_name variables * refactor: remove reliance on global max_cert_lifetime variable * refactor: remove reliance on global domain variable * refactor: remove reliance on global root_ca_info, issuing_ca_info and public_crl global variables * chore: remove redundant methods and imports * test: dump step function response to output on failure * test: output execution details not just status
- Loading branch information
Showing
16 changed files
with
328 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
modules/terraform-aws-ca-lambda/lambda_code/create_issuing_ca/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cryptography == 42.0.4 | ||
validators == 0.22.0 | ||
cryptography == 42.0.8 | ||
validators == 0.33.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
modules/terraform-aws-ca-lambda/lambda_code/create_root_ca/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cryptography == 42.0.4 | ||
validators == 0.22.0 | ||
cryptography == 42.0.8 | ||
validators == 0.33.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
modules/terraform-aws-ca-lambda/lambda_code/issuing_ca_crl/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cryptography == 42.0.4 | ||
validators == 0.22.0 | ||
cryptography == 42.0.8 | ||
validators == 0.33.0 |
4 changes: 2 additions & 2 deletions
4
modules/terraform-aws-ca-lambda/lambda_code/root_ca_crl/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cryptography == 42.0.4 | ||
validators == 0.22.0 | ||
cryptography == 42.0.8 | ||
validators == 0.33.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
modules/terraform-aws-ca-lambda/lambda_code/tls_cert/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cryptography == 42.0.4 | ||
validators == 0.22.0 | ||
cryptography == 42.0.8 | ||
validators == 0.33.0 |
Oops, something went wrong.