Skip to content

Commit

Permalink
enforce ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushking committed Jan 3, 2025
1 parent 9225092 commit 23f2ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### **Added**

### **Changed**
- enforce ssl on pipeline bucket in sagemaker templates module

## v1.7.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def __init__(
bucket_name=f"pipeline-{sagemaker_project_name}-{Aws.ACCOUNT_ID}",
encryption_key=kms_key,
versioned=True,
enforce_ssl=True,
removal_policy=RemovalPolicy.DESTROY,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def __init__(
bucket_name=f"pipeline-{sagemaker_project_name}-{Aws.ACCOUNT_ID}",
encryption_key=kms_key,
versioned=True,
enforce_ssl=True,
removal_policy=RemovalPolicy.DESTROY,
)

Expand Down

0 comments on commit 23f2ea4

Please sign in to comment.