Skip to content

Commit

Permalink
chore: dependency-update (#243)
Browse files Browse the repository at this point in the history
* chore: dependency-update
* terraform-docs: automated action
* correct Pytest version
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
paulschwarzenberger authored Sep 29, 2024
1 parent 8a08f53 commit c48db91
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render terraform docs inside the REFERENCE.md and push changes back to PR branch
uses: terraform-docs/gh-actions@v1.2.0
uses: terraform-docs/gh-actions@v1.3.0
with:
working-dir: .
output-file: docs/reference.md
Expand Down
6 changes: 3 additions & 3 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
| <a name="input_filter_pattern"></a> [filter\_pattern](#input\_filter\_pattern) | Filter pattern for CloudWatch logs subscription filter | `string` | `""` | no |
| <a name="input_hosted_zone_domain"></a> [hosted\_zone\_domain](#input\_hosted\_zone\_domain) | Hosted zone domain, e.g. dev.ca.example.com | `string` | `""` | no |
| <a name="input_hosted_zone_id"></a> [hosted\_zone\_id](#input\_hosted\_zone\_id) | Hosted zone ID for public zone, e.g. Z0123456XXXXXXXXXXX | `string` | `""` | no |
| <a name="input_issuing_ca_info"></a> [issuing\_ca\_info](#input\_issuing\_ca\_info) | Issuing CA certificate information | `map` | <pre>{<br> "commonName": "Serverless Issuing CA",<br> "country": "GB",<br> "emailAddress": null,<br> "lifetime": 3650,<br> "locality": "London",<br> "organization": "Serverless",<br> "organizationalUnit": "IT",<br> "pathLengthConstraint": null,<br> "state": "London"<br>}</pre> | no |
| <a name="input_issuing_ca_info"></a> [issuing\_ca\_info](#input\_issuing\_ca\_info) | Issuing CA certificate information | `map` | <pre>{<br/> "commonName": "Serverless Issuing CA",<br/> "country": "GB",<br/> "emailAddress": null,<br/> "lifetime": 3650,<br/> "locality": "London",<br/> "organization": "Serverless",<br/> "organizationalUnit": "IT",<br/> "pathLengthConstraint": null,<br/> "state": "London"<br/>}</pre> | no |
| <a name="input_issuing_ca_key_spec"></a> [issuing\_ca\_key\_spec](#input\_issuing\_ca\_key\_spec) | Issuing CA key specification | `string` | `"ECC_NIST_P256"` | no |
| <a name="input_issuing_crl_days"></a> [issuing\_crl\_days](#input\_issuing\_crl\_days) | Number of days before Issuing CA CRL expires, in addition to seconds. Must be greater than or equal to Step Function interval | `number` | `1` | no |
| <a name="input_issuing_crl_seconds"></a> [issuing\_crl\_seconds](#input\_issuing\_crl\_seconds) | Number of seconds before Issuing CA CRL expires, in addition to days. Used for overlap in case of clock skew | `number` | `600` | no |
Expand All @@ -72,10 +72,10 @@
| <a name="input_logging_account_id"></a> [logging\_account\_id](#input\_logging\_account\_id) | AWS Account ID of central logging account for CloudWatch subscription filters | `string` | `""` | no |
| <a name="input_max_cert_lifetime"></a> [max\_cert\_lifetime](#input\_max\_cert\_lifetime) | Maximum end entity certificate lifetime in days | `number` | `365` | no |
| <a name="input_memory_size"></a> [memory\_size](#input\_memory\_size) | Standard memory allocation for Lambda functions | `number` | `128` | no |
| <a name="input_prod_envs"></a> [prod\_envs](#input\_prod\_envs) | List of production environment names, used in outputs.tf | `list` | <pre>[<br> "prd",<br> "prod"<br>]</pre> | no |
| <a name="input_prod_envs"></a> [prod\_envs](#input\_prod\_envs) | List of production environment names, used in outputs.tf | `list` | <pre>[<br/> "prd",<br/> "prod"<br/>]</pre> | no |
| <a name="input_project"></a> [project](#input\_project) | abbreviation for the project, forms first part of resource names | `string` | `"serverless"` | no |
| <a name="input_public_crl"></a> [public\_crl](#input\_public\_crl) | Whether to make the CRL and CA certificates publicly available | `bool` | `false` | no |
| <a name="input_root_ca_info"></a> [root\_ca\_info](#input\_root\_ca\_info) | Root CA certificate information | `map` | <pre>{<br> "commonName": "Serverless Root CA",<br> "country": "GB",<br> "emailAddress": null,<br> "lifetime": 7300,<br> "locality": "London",<br> "organization": "Serverless",<br> "organizationalUnit": "IT",<br> "pathLengthConstraint": null,<br> "state": "London"<br>}</pre> | no |
| <a name="input_root_ca_info"></a> [root\_ca\_info](#input\_root\_ca\_info) | Root CA certificate information | `map` | <pre>{<br/> "commonName": "Serverless Root CA",<br/> "country": "GB",<br/> "emailAddress": null,<br/> "lifetime": 7300,<br/> "locality": "London",<br/> "organization": "Serverless",<br/> "organizationalUnit": "IT",<br/> "pathLengthConstraint": null,<br/> "state": "London"<br/>}</pre> | no |
| <a name="input_root_ca_key_spec"></a> [root\_ca\_key\_spec](#input\_root\_ca\_key\_spec) | Root CA key specification | `string` | `"ECC_NIST_P384"` | no |
| <a name="input_root_crl_days"></a> [root\_crl\_days](#input\_root\_crl\_days) | Number of days before Root CA CRL expires, in addition to seconds. Must be greater than or equal to Step Function interval | `number` | `1` | no |
| <a name="input_root_crl_seconds"></a> [root\_crl\_seconds](#input\_root\_crl\_seconds) | Number of seconds before Root CA CRL expires, in addition to days. Used for overlap in case of clock skew | `number` | `600` | no |
Expand Down
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,10 +1,10 @@
bandit == 1.7.9
black == 24.8.0
boto3 == 1.35.17
boto3 == 1.35.29
cryptography == 43.0.1
dataclasses-json == 0.6.7
prospector == 1.10.3
pytest == 8.3.2
pytest == 8.3.3
requests == 2.32.3
structlog == 24.4.0
validators == 0.34.0
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ asn1crypto == 1.5.1
assertpy == 1.1
bandit == 1.7.9
black == 24.8.0
boto3 == 1.35.17
boto3 == 1.35.29
certvalidator == 0.11.1
cryptography == 43.0.1
dataclasses-json == 0.6.7
prospector == 1.10.3
pytest == 8.3.2
pytest == 8.3.3
requests == 2.32.3
structlog == 24.4.0
validators == 0.34.0
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.34
mkdocs-material == 9.5.38
pillow == 10.4.0
urllib3 == 2.2.2
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.17
boto3 == 1.35.29
2 changes: 1 addition & 1 deletion utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asn1crypto == 1.5.1
boto3 == 1.35.17
boto3 == 1.35.29
certvalidator == 0.11.1
cryptography == 43.0.1
validators == 0.34.0

0 comments on commit c48db91

Please sign in to comment.