Skip to content

Commit

Permalink
added env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwinograd committed Aug 29, 2017
1 parent 62012c2 commit 00da321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ENV DISCOVERY_SERVICE elasticsearch-discovery
ENV STATSD_HOST=statsd.statsd.svc.cluster.local
ENV SEARCHGUARD_SSL_TRANSPORT_ENABLED=true
ENV SEARCHGUARD_SSL_HTTP_ENABLED=true
ENV SEARCHGUARD_BASIC_AUTH_ENABLED=true


# Fix bug installing plugins
ENV NODE_NAME=""
Expand Down
2 changes: 1 addition & 1 deletion config/sg_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ searchguard:
authentication_backend:
type: noop
basic_internal_auth_domain:
enabled: true
enabled: ${SEARCHGUARD_BASIC_AUTH_ENABLED}
order: 4
http_authenticator:
type: basic
Expand Down

0 comments on commit 00da321

Please sign in to comment.