forked from wireapp/wire-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'wireapp:develop' into develop
- Loading branch information
Showing
46 changed files
with
674 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* @wireapp/backend | ||
/charts/ @wireapp/backend @wireapp/platform-engineering | ||
/changelog.d/ @wireapp/backend @wireapp/platform-engineering |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This release is compatible to ElasticSearch 6.8 and OpenSearch 1.3. It is meant | ||
as a migration release to switch to the newer OpenSearch 1.3 index search. | ||
Later releases may drop support of ElasticSearch 6.8. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Allow transition of the domain redirect value to and from `no-registration` and `backend`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixed CVEs in sftd_disco image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Alpine version bump to v3.21.3 for cassandra-migrations and cannon helm charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
OpenSearch 1.3 has been added to the local and CI integration test setup. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
update fake-aws-sqs chart / elasticmq-native from v1.5.2 to v1.6.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
reaper helm chart: bump bitnami/kubectl docker image from 1.24.12 to 1.32.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
deploy/dockerephemeral/docker/opensearch/opensearch-security/action_groups.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
_meta: | ||
type: "actiongroups" | ||
config_version: 2 |
6 changes: 6 additions & 0 deletions
6
deploy/dockerephemeral/docker/opensearch/opensearch-security/allowlist.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
_meta: | ||
type: "allowlist" | ||
config_version: 2 | ||
|
||
config: | ||
enabled: false |
17 changes: 17 additions & 0 deletions
17
deploy/dockerephemeral/docker/opensearch/opensearch-security/config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
_meta: | ||
type: "config" | ||
config_version: 2 | ||
|
||
config: | ||
dynamic: | ||
authc: | ||
basic_internal_auth_domain: | ||
description: "Authenticate using HTTP basic against the internal users database" | ||
http_enabled: true | ||
transport_enabled: true | ||
order: 1 | ||
http_authenticator: | ||
type: basic | ||
challenge: true | ||
authentication_backend: | ||
type: internal |
12 changes: 12 additions & 0 deletions
12
deploy/dockerephemeral/docker/opensearch/opensearch-security/internal_users.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
_meta: | ||
type: "internalusers" | ||
config_version: 2 | ||
|
||
# User: elastic | ||
# Password: changeme | ||
elastic: | ||
hash: "$2y$12$GRc68jkEX1m4uQpTVbwURu79xHxZ7vsbyEctOAADQwPjlhYS4LJVa" | ||
reserved: true | ||
description: "Wire User" | ||
backend_roles: | ||
- index_manager |
3 changes: 3 additions & 0 deletions
3
deploy/dockerephemeral/docker/opensearch/opensearch-security/nodes_dn.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
_meta: | ||
type: "nodesdn" | ||
config_version: 2 |
3 changes: 3 additions & 0 deletions
3
deploy/dockerephemeral/docker/opensearch/opensearch-security/roles.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
_meta: | ||
type: "roles" | ||
config_version: 2 |
9 changes: 9 additions & 0 deletions
9
deploy/dockerephemeral/docker/opensearch/opensearch-security/roles_mapping.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
_meta: | ||
type: "rolesmapping" | ||
config_version: 2 | ||
|
||
all_access: | ||
reserved: false | ||
backend_roles: | ||
- index_manager | ||
description: "Map index_manager to full_access" |
3 changes: 3 additions & 0 deletions
3
deploy/dockerephemeral/docker/opensearch/opensearch-security/tenants.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
_meta: | ||
type: "tenants" | ||
config_version: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
cluster.name: opensearch-cluster | ||
|
||
# Bind to all interfaces because we don't know what IP address Docker will assign to us. | ||
network.host: 0.0.0.0 | ||
|
||
# Setting network.host to a non-loopback address enables the annoying bootstrap checks. "Single-node" mode disables them again. | ||
discovery.type: single-node | ||
|
||
path.data: /usr/share/opensearch/data | ||
|
||
# WARNING: This is not a production-ready config! (Good enough for testing, | ||
# though.) | ||
plugins: | ||
security: | ||
ssl: | ||
transport: | ||
pemcert_filepath: certs/tls.crt | ||
pemkey_filepath: certs/tls.key | ||
pemtrustedcas_filepath: certs/ca.crt | ||
enforce_hostname_verification: false | ||
http: | ||
enabled: true | ||
pemcert_filepath: certs/tls.crt | ||
pemkey_filepath: certs/tls.key | ||
pemtrustedcas_filepath: certs/ca.crt | ||
allow_unsafe_democertificates: true | ||
allow_default_init_securityindex: true | ||
audit.type: internal_opensearch | ||
restapi: | ||
roles_enabled: ["all_access", "security_rest_api_access"] | ||
system_indices: | ||
enabled: true | ||
indices: | ||
[ | ||
".opendistro-alerting-config", | ||
".opendistro-alerting-alert*", | ||
".opendistro-anomaly-results*", | ||
".opendistro-anomaly-detector*", | ||
".opendistro-anomaly-checkpoints", | ||
".opendistro-anomaly-detection-state", | ||
".opendistro-reports-*", | ||
".opendistro-notifications-*", | ||
".opendistro-notebooks", | ||
".opendistro-asynchronous-search-response*", | ||
] |
8 changes: 8 additions & 0 deletions
8
deploy/dockerephemeral/docker/opensearch/opensearch_dashboards.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
opensearch.hosts: [https://opensearch:9200] | ||
opensearch.ssl.verificationMode: none | ||
opensearch.username: elastic | ||
opensearch.password: changeme | ||
|
||
# Use this setting if you are running opensearch-dashboards without https | ||
opensearch_security.cookie.secure: false | ||
server.host: '0.0.0.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.