Skip to content

Commit

Permalink
MSK CRL enable (#253)
Browse files Browse the repository at this point in the history
* MSK CRL enable

* Removing comments
  • Loading branch information
sekka1 authored Feb 11, 2022
1 parent 46ad8a7 commit bc26507
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform-modules/aws/msk/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ resource "aws_acmpca_certificate_authority" "this" {
revocation_configuration {
crl_configuration {
custom_cname = "crl.${var.common_name}"
# Disabling the CRL b/c the S3 bucket requirements are weird. When creating the CA resource
# it keeps on complaining about the S3 bucket permissions is not set correctly.
enabled = false
enabled = true
expiration_in_days = var.expiration_in_days
s3_bucket_name = aws_s3_bucket.this.id
}
Expand Down

0 comments on commit bc26507

Please sign in to comment.