Skip to content

Commit a2e1e46

Browse files
mitchrossclaude
andcommitted
fix(volsync): add KOPIA_S3_DISABLE_TLS for HTTP endpoint
The RustFS endpoint uses HTTP, but Kopia defaults to HTTPS. Adding KOPIA_S3_DISABLE_TLS=true to the secret template fixes the "http: server gave HTTP response to HTTPS client" error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d0ea983 commit a2e1e46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infrastructure/controllers/kyverno/policies/volsync-pvc-backup-restore.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ spec:
111111
KOPIA_REPOSITORY: "s3://volsync-kopia/{{request.object.metadata.namespace}}/{{request.object.metadata.name}}"
112112
# S3 endpoint for non-AWS S3 (RustFS/MinIO)
113113
AWS_S3_ENDPOINT: "http://192.168.10.133:30292"
114+
# Disable TLS since endpoint is HTTP
115+
KOPIA_S3_DISABLE_TLS: "true"
114116
data:
115117
- secretKey: AWS_ACCESS_KEY_ID
116118
remoteRef:

0 commit comments

Comments
 (0)