Skip to content

Commit

Permalink
default pass
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Oct 28, 2024
1 parent 7a7c378 commit 143cf06
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ RATELIMIT_SKIP_TIMEOUT=False # Whether to skip rate limiting during c


OPENSEARCH_ADMIN=admin
OPENSEARCH_PASSWORD=admin
OPENSEARCH_PASSWORD=ThisIs4ü
5 changes: 3 additions & 2 deletions .github/workflows/ci_assembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
cluster.name: my_opensearch_local
http.port: 9200
plugins.security.ssl.http.enabled: false
OPENSEARCH_INITIAL_ADMIN_PASSWORD: ThisIs4ü
options: >-
--health-cmd "curl -f http://localhost:9200/_cluster/health || exit 1"
--health-interval 10s
Expand Down Expand Up @@ -171,7 +172,7 @@ jobs:
SITE_ROOT: api
CI_EXCLUDED_MODULE: ${{ vars.CI_EXCLUDED_MODULE }}
OPENSEARCH_ADMIN: admin
OPENSEARCH_PASSWORD: admin
OPENSEARCH_PASSWORD: ThisIs4ü
OPEN_SEARCH_HTTP_PORT: 9200
OPENSEARCH_HOST: opensearch
OPENSEARCH_HOSTS: "http://opensearch:9200"
Expand Down Expand Up @@ -203,7 +204,7 @@ jobs:
#REMOTE_USER_AUTHENTICATION: False
CI_EXCLUDED_MODULE: ${{ vars.CI_EXCLUDED_MODULE }}
OPENSEARCH_ADMIN: admin
OPENSEARCH_PASSWORD: admin
OPENSEARCH_PASSWORD: ThisIs4ü
OPEN_SEARCH_HTTP_PORT: 9200
OPENSEARCH_HOST: opensearch
OPENSEARCH_HOSTS: "http://opensearch:9200"
9 changes: 6 additions & 3 deletions .github/workflows/ci_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
cluster.name: my_opensearch_local
http.port: 9200
plugins.security.ssl.http.enabled: false
OPENSEARCH_INITIAL_ADMIN_PASSWORD: ThisIs4ü

mssql:
image: mcr.microsoft.com/mssql/server:2017-latest
Expand Down Expand Up @@ -239,7 +240,7 @@ jobs:
CI_EXCLUDED_MODULE: ${{ vars.CI_EXCLUDED_MODULE }}
MODE: DEV
OPENSEARCH_ADMIN: admin
OPENSEARCH_PASSWORD: admin
OPENSEARCH_PASSWORD: ThisIs4ü
ci_module_psql_test_module_only:
name: Run Module Tests (PSQL)
runs-on: ubuntu-20.04
Expand All @@ -254,6 +255,7 @@ jobs:
cluster.name: my_opensearch_local
http.port: 9200
plugins.security.ssl.http.enabled: false
OPENSEARCH_INITIAL_ADMIN_PASSWORD: ThisIs4ü


pgsql:
Expand Down Expand Up @@ -356,7 +358,7 @@ jobs:
CI_EXCLUDED_MODULE: ${{ vars.CI_EXCLUDED_MODULE }}
MODE: DEV
OPENSEARCH_ADMIN: admin
OPENSEARCH_PASSWORD: admin
OPENSEARCH_PASSWORD: ThisIs4ü
OPEN_SEARCH_HTTP_PORT: 9200
OPENSEARCH_HOST: opensearch
OPENSEARCH_HOSTS: "http://opensearch:9200"
Expand All @@ -374,6 +376,7 @@ jobs:
cluster.name: my_opensearch_local
http.port: 9200
plugins.security.ssl.http.enabled: false
OPENSEARCH_INITIAL_ADMIN_PASSWORD: ThisIs4ü


pgsql:
Expand Down Expand Up @@ -475,7 +478,7 @@ jobs:
CI_EXCLUDED_MODULE: ${{ vars.CI_EXCLUDED_MODULE }}
MODE: DEV
OPENSEARCH_ADMIN: admin
OPENSEARCH_PASSWORD: admin
OPENSEARCH_PASSWORD: ThisIs4ü
OPEN_SEARCH_HTTP_PORT: 9200
OPENSEARCH_HOST: opensearch
OPENSEARCH_HOSTS: "http://opensearch:9200"
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ services:
- "http.port=${OPEN_SEARCH_HTTP_PORT:-9200}"
- "plugins.security.ssl.http.enabled=${SLL_HTTP_ENABLED:-false}"
- "plugins.security.disabled=true"
- "OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD}"

volumes:
- "opensearch-data1:/usr/share/opensearch/data"
Expand Down

0 comments on commit 143cf06

Please sign in to comment.