Skip to content

Commit

Permalink
Merge pull request #9 from bento-platform/chore/plain-http-kc-port
Browse files Browse the repository at this point in the history
chore: use plain-http port for no-TLS Keycloak
  • Loading branch information
davidlougheed authored Feb 16, 2024
2 parents 4d7d213 + 3c1bab9 commit e8463f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/nginx.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ http {
include /gateway/conf/proxy.conf;
# Immediate set/re-use means we don't get resolve errors if not up (as opposed to passing as a literal)
set $upstream_auth http://${BENTOV2_AUTH_CONTAINER_NAME}:${BENTOV2_AUTH_INTERNAL_PORT};
set $upstream_auth http://${BENTOV2_AUTH_CONTAINER_NAME}:${BENTOV2_AUTH_INTERNAL_PORT_PLAIN_HTTP};
proxy_pass $upstream_auth;

error_log /var/log/bentov2_auth_errors.log;
Expand Down

0 comments on commit e8463f6

Please sign in to comment.