Skip to content

Commit

Permalink
add auth for elk
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelondr committed May 15, 2024
1 parent 1e1e831 commit 4b1c8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ services:
image: ${REPO}/kibana
container_name: rdv_kibana
environment:
- xpack.security.enabled=false
- xpack.security.enrollment.enabled=false
- discovery.type=single-node
- server.publicBaseUrl=localhost
ports:
Expand All @@ -114,8 +112,6 @@ services:
image: ${REPO}/elasticsearch
container_name: rdv_elasticsearch
environment:
- xpack.security.enabled=false
- xpack.security.enrollment.enabled=false
- ELASTIC_PASSWORD="*93n2US7fWog"
- discovery.type=single-node
- ESJAVAOPTS=-Xmx1g
Expand All @@ -142,4 +138,4 @@ networks:
ipam:
config:
- subnet: 10.5.0.0/16
gateway: 10.5.0.1
gateway: 10.5.0.1
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ services:
image: citelibre/rendezvous:kibana-1.0.11-SNAPSHOT
container_name: rdv_kibana
environment:
- xpack.security.enabled=false
- xpack.security.enrollment.enabled=false
- discovery.type=single-node
- server.publicBaseUrl=localhost
ports:
Expand All @@ -112,8 +110,6 @@ services:
image: citelibre/rendezvous:elasticsearch-1.0.11-SNAPSHOT
container_name: rdv_elasticsearch
environment:
- xpack.security.enabled=false
- xpack.security.enrollment.enabled=false
- ELASTIC_PASSWORD="*93n2US7fWog"
- discovery.type=single-node
- ESJAVAOPTS=-Xmx1g
Expand All @@ -140,4 +136,4 @@ networks:
ipam:
config:
- subnet: 10.5.0.0/16
gateway: 10.5.0.1
gateway: 10.5.0.1

0 comments on commit 4b1c8ec

Please sign in to comment.