Skip to content

Commit b319b57

Browse files
committed
Trim S3 creds
1 parent c9edba0 commit b319b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/base/post-logs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
name: upload-logs-s3
99
vars:
1010
zuul_log_bucket: "zuul-stackhpc"
11-
zuul_log_aws_access_key: "{{ zuul_s3.access_key }}"
12-
zuul_log_aws_secret_key: "{{ zuul_s3.secret_key }}"
11+
zuul_log_aws_access_key: "{{ zuul_s3.access_key | trim }}"
12+
zuul_log_aws_secret_key: "{{ zuul_s3.secret_key | trim }}"
1313
upload_logs_s3_endpoint: "https://api.sms-lab.cloud:6780"

0 commit comments

Comments
 (0)