Skip to content

Commit

Permalink
Merge pull request #132 from kkellerlbl/s3-disable-ssl-verify
Browse files Browse the repository at this point in the history
Add s3-disable-ssl-verify to config template
  • Loading branch information
kkellerlbl authored Dec 10, 2020
2 parents cd6ed76 + 266aa7b commit 6bdb3ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/conf/deployment.cfg.templ
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ s3-access-key = {{ default .Env.s3_access_key "" }}
s3-access-secret = {{ default .Env.s3_access_secret "" }}
s3-region = {{ default .Env.s3_region "us-west-1" }}
s3-disable-ssl = {{ default .Env.s3_disable_ssl "false" }}
s3-disable-ssl-verify = {{ default .Env.s3_disable_ssl_verify "false" }}

# KBase auth server parameters.
# The root url of the auth server.
Expand All @@ -31,4 +32,4 @@ kbase-auth-admin-roles = {{ default .Env.kbase_auth_admin_roles "KBASE_ADMIN, BL
# If "true", make the server ignore the X-Forwarded-For and X-Real-IP headers. Otherwise
# (the default behavior), the logged IP address for a request, in order of precedence, is
# 1) the first address in X-Forwarded-For, 2) X-Real-IP, and 3) the address of the client.
dont-trust-x-ip-headers = {{ default .Env.dont_trust_x_ip_headers "false" }}
dont-trust-x-ip-headers = {{ default .Env.dont_trust_x_ip_headers "false" }}

0 comments on commit 6bdb3ab

Please sign in to comment.