Skip to content

Commit

Permalink
Add the enableSignedUrlRedirect key to allow use of the S3 signed URL…
Browse files Browse the repository at this point in the history
… by Artifactory
  • Loading branch information
eldada committed Dec 29, 2024
1 parent a251bcf commit 094f955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 6.artifactory-aws-install/artifactory-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ artifactory:
path: artifactory/filestore
useInstanceCredentials: true

## With an Artifactory Enterprise license, the following settings will enable signed URL support for S3
enableSignedUrlRedirect: true
signedUrlExpirySeconds: 60

## Require multiple Artifactory pods to run on separate nodes
podAntiAffinity:
type: "hard"
Expand Down
1 change: 0 additions & 1 deletion 6.artifactory-aws-install/artifactory.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ resource "local_file" "artifactory_values" {
bucketName: "artifactory-${var.region}-${var.s3_bucket_name_suffix}"
database:
# Get the DB endpoint from the RDS console
url: "jdbc:postgresql://${aws_db_instance.artifactory_db.endpoint}/${var.db_name}?sslmode=require"
user: "${var.db_username}"
password: "${var.db_password}"
Expand Down

0 comments on commit 094f955

Please sign in to comment.