File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ repo{{ add .index 1 }}-s3-key={{ .s3.key }}
7
7
{ {- end } }
8
8
{ {- if .s3.keySecret } }
9
9
repo{ { add .index 1 } }-s3-key-secret={ { .s3.keySecret } }
10
+ { {- end } }
11
+ { {- if .s3.keyType } }
12
+ repo{ { add .index 1 } }-s3-key-type={ { .s3.keyType } }
10
13
{ {- end } }
11
14
{ {- if .s3.encryptionPassphrase } }
12
15
repo{ { add .index 1 } }-cipher-pass={ { .s3.encryptionPassphrase } }
Original file line number Diff line number Diff line change @@ -195,8 +195,10 @@ postgresVersion: 14
195
195
# region: ""
196
196
# # key is the S3 key. This is stored in a Secret.
197
197
# key: ""
198
- # # keySecret is the S3 key secret. This is tored in a Secret.
198
+ # # keySecret is the S3 key secret. This is stored in a Secret.
199
199
# keySecret: ""
200
+ # # keyType can be configured to enable IAM integration via AssumeRole
201
+ # keyType: ""
200
202
# # encryptionPassphrase is an optional parameter to enable encrypted backups
201
203
# # with pgBackRest. This is encrypted by pgBackRest and does not use S3's
202
204
# # built-in encrpytion system.
@@ -244,6 +246,7 @@ postgresVersion: 14
244
246
# region: ""
245
247
# key: ""
246
248
# keySecret: ""
249
+ # keyType: ""
247
250
# - gcs:
248
251
# bucket: ""
249
252
# key: |
You can’t perform that action at this time.
0 commit comments