Skip to content

Commit

Permalink
Merge pull request #261 from weaviate/disable-ci-telemetry
Browse files Browse the repository at this point in the history
Disable telemetry in test docker compose files
  • Loading branch information
dirkkul authored Feb 15, 2024
2 parents a345653 + 32b2b8a commit 91e98a2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/docker-compose-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ services:
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
AUTHORIZATION_ADMINLIST_USERS: 'b6bf8e1d-d398-4e5d-8f1b-50fda9146a64'
AUTHENTICATION_OIDC_SCOPES: ''
DISABLE_TELEMETRY: 'true'
...
2 changes: 2 additions & 0 deletions src/test/resources/docker-compose-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
DEFAULT_VECTORIZER_MODULE: text2vec-contextionary
ENABLE_MODULES: text2vec-contextionary
CONTEXTIONARY_URL: contextionary:9999
DISABLE_TELEMETRY: 'true'

contextionary:
image: semitechnologies/contextionary:en0.16.0-v1.2.1
Expand Down Expand Up @@ -55,3 +56,4 @@ services:
DEFAULT_VECTORIZER_MODULE: text2vec-contextionary
ENABLE_MODULES: text2vec-contextionary
CONTEXTIONARY_URL: contextionary:9999
DISABLE_TELEMETRY: 'true'
1 change: 1 addition & 0 deletions src/test/resources/docker-compose-okta-cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ services:
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
AUTHORIZATION_ADMINLIST_USERS: '0oa7e9ipdkVZRUcxo5d7'
AUTHENTICATION_OIDC_SCOPES: ''
DISABLE_TELEMETRY: 'true'
...

1 change: 1 addition & 0 deletions src/test/resources/docker-compose-okta-users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ services:
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
AUTHORIZATION_ADMINLIST_USERS: 'test@test.de'
AUTHENTICATION_OIDC_SCOPES: 'openid,email'
DISABLE_TELEMETRY: 'true'
...
1 change: 1 addition & 0 deletions src/test/resources/docker-compose-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
PERSISTENCE_DATA_PATH: "./data"
VIRTUAL_HOST: weaviate.local
VIRTUAL_PORT: 8080
DISABLE_TELEMETRY: 'true'
proxy:
image: nginxproxy/nginx-proxy:alpine
volumes:
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
BACKUP_FILESYSTEM_PATH: "/tmp/backups"
CLUSTER_GOSSIP_BIND_PORT: "7100"
CLUSTER_DATA_BIND_PORT: "7101"
DISABLE_TELEMETRY: 'true'
contextionary:
image: semitechnologies/contextionary:en0.16.0-v1.2.1
environment:
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/docker-compose-wcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ services:
AUTHENTICATION_APIKEY_ENABLED: 'true'
AUTHENTICATION_APIKEY_ALLOWED_KEYS: 'my-secret-key'
AUTHENTICATION_APIKEY_USERS: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net'
DISABLE_TELEMETRY: 'true'
...

0 comments on commit 91e98a2

Please sign in to comment.