Skip to content

Commit

Permalink
add bool for s3 backup insecure_skip_verify
Browse files Browse the repository at this point in the history
  • Loading branch information
jr0dd committed Sep 3, 2021
1 parent 2590f2e commit 440d681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -87,6 +87,7 @@ redis:
| authentik.postgresql.s3_backup.access_key | string | `""` | optional S3 backup, access key |
| authentik.postgresql.s3_backup.bucket | string | `""` | optional S3 backup, bucket |
| authentik.postgresql.s3_backup.host | string | `""` | optional S3 backup, host, including protocol (https://minio.domain.tld) |
| authentik.postgresql.s3_backup.insecure_skip_verify | bool | `false` | optional S3 backup, set to `true` to disable SSL certificate verification |
| authentik.postgresql.s3_backup.location | string | `"/"` | optional S3 backup, location in the bucket |
| authentik.postgresql.s3_backup.region | string | `""` | optional S3 backup, region |
| authentik.postgresql.s3_backup.secret_key | string | `""` | optional S3 backup, secret key |
Expand Down

0 comments on commit 440d681

Please sign in to comment.