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 965a150 commit 2590f2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords:
- ldap
- idp
- sp
version: 2.2.0
version: 2.2.1
appVersion: 2021.8.4
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
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
2 changes: 2 additions & 0 deletions charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ authentik:
# -- optional S3 backup, location in the bucket
# @default -- `"/"`
location: ""
# -- optional S3 backup, set to `true` to disable SSL certificate verification
insecure_skip_verify: false
redis:
# -- set the redis hostname to talk to
# @default -- `{{ .Release.Name }}-redis-master`
Expand Down

0 comments on commit 2590f2e

Please sign in to comment.