You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -134,13 +134,13 @@ var BackupRepositorySpec = g.Type("BackupRepositorySpec", func() {
134
134
g.Example("s3.us-east-1.amazonaws.com")
135
135
})
136
136
g.Attribute("s3_key", g.String, func() {
137
-
g.Description("An optional AWS access key ID to use for this repository. If not provided, pgbackrest will use the default credential provider chain.")
137
+
g.Description("An optional AWS access key ID to use for this repository. If not provided, pgbackrest will use the default credential provider chain. This field will be excluded from the response of all endpoints.")
138
138
g.MinLength(16)
139
139
g.MaxLength(128)
140
140
g.Example("AKIAIOSFODNN7EXAMPLE")
141
141
})
142
142
g.Attribute("s3_key_secret", g.String, func() {
143
-
g.Description("The corresponding secret for the AWS access key ID in s3_key.")
143
+
g.Description("The corresponding secret for the AWS access key ID in s3_key. This field will be excluded from the response of all endpoints.")
@@ -157,7 +157,7 @@ var BackupRepositorySpec = g.Type("BackupRepositorySpec", func() {
157
157
g.Example("localhost")
158
158
})
159
159
g.Attribute("gcs_key", g.String, func() {
160
-
g.Description("Optional base64-encoded private key data. If omitted, pgbackrest will use the service account attached to the instance profile.")
160
+
g.Description("Optional base64-encoded private key data. If omitted, pgbackrest will use the service account attached to the instance profile. This field will be excluded from the response of all endpoints.")
161
161
g.MaxLength(1024)
162
162
g.Example("ZXhhbXBsZSBnY3Mga2V5Cg==")
163
163
})
@@ -180,7 +180,7 @@ var BackupRepositorySpec = g.Type("BackupRepositorySpec", func() {
180
180
g.Example("blob.core.usgovcloudapi.net")
181
181
})
182
182
g.Attribute("azure_key", g.String, func() {
183
-
g.Description("An optional Azure storage account access key to use for this repository. If not provided, pgbackrest will use the VM's managed identity.")
183
+
g.Description("The Azure storage account access key to use for this repository. This field will be excluded from the response of all endpoints.")
0 commit comments