Skip to content

Commit

Permalink
ADD an S3 bucket (pds_nucleus_auth_alb_logs_bucket_logs) to enable UP…
Browse files Browse the repository at this point in the history
…DATE the code with code quality improvements.

Refer to issue: #123
  • Loading branch information
ramesh-maddegoda committed Feb 5, 2025
1 parent 3af1090 commit aab98de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions terraform/terraform-modules/cognito-auth/cognito-auth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ resource "aws_s3_bucket_policy" "pds_nucleus_auth_alb_logs_bucket_logs_policy" {
policy = data.aws_iam_policy_document.pds_nucleus_auth_alb_logs_bucket_logs_bucket_policy.json
}

resource "aws_s3_bucket_public_access_block" "pds_nucleus_auth_alb_logs_public_access_block" {
bucket = aws_s3_bucket.pds_nucleus_auth_alb_logs.id

block_public_acls = true
block_public_policy = true
ignore_public_acls = true
restrict_public_buckets = true
}

data "aws_iam_policy_document" "pds_nucleus_auth_alb_logs_s3_bucket_policy" {
statement {
effect = "Allow"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.29.0
requests~=2.29.0
urllib3<2
python-jose
python-jose[cryptography]
python-jose~=3.3.0
python-jose[cryptography]~=3.3.0

0 comments on commit aab98de

Please sign in to comment.