Skip to content

Commit 85976be

Browse files
committed
sec
1 parent 6b39e9f commit 85976be

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

docker-compose-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ services:
5959
- MONGO_URL=mongodb://mongo:27017/rocketchat?replicaSet=rs0
6060
- 'TRANSPORTER=${TRANSPORTER:-}'
6161
- MOLECULER_LOG_LEVEL=info
62-
- LOG_LEVEL=${DEBUG_LOG_LEVEL:-0}
6362
extra_hosts:
6463
- 'host.docker.internal:host-gateway'
6564
depends_on:
@@ -80,7 +79,6 @@ services:
8079
- MONGO_URL=mongodb://mongo:27017/rocketchat?replicaSet=rs0
8180
- 'TRANSPORTER=${TRANSPORTER:-}'
8281
- MOLECULER_LOG_LEVEL=info
83-
- LOG_LEVEL=${DEBUG_LOG_LEVEL:-0}
8482
extra_hosts:
8583
- 'host.docker.internal:host-gateway'
8684
depends_on:
@@ -101,7 +99,6 @@ services:
10199
- MONGO_URL=mongodb://mongo:27017/rocketchat?replicaSet=rs0
102100
- 'TRANSPORTER=${TRANSPORTER:-}'
103101
- MOLECULER_LOG_LEVEL=info
104-
- LOG_LEVEL=${DEBUG_LOG_LEVEL:-0}
105102
extra_hosts:
106103
- 'host.docker.internal:host-gateway'
107104
depends_on:
@@ -122,7 +119,6 @@ services:
122119
- MONGO_URL=mongodb://mongo:27017/rocketchat?replicaSet=rs0
123120
- 'TRANSPORTER=${TRANSPORTER:-}'
124121
- MOLECULER_LOG_LEVEL=info
125-
- LOG_LEVEL=${DEBUG_LOG_LEVEL:-0}
126122
extra_hosts:
127123
- 'host.docker.internal:host-gateway'
128124
depends_on:
@@ -149,7 +145,6 @@ services:
149145
- MONGO_URL=mongodb://mongo:27017/rocketchat?replicaSet=rs0
150146
- 'TRANSPORTER=${TRANSPORTER:-}'
151147
- MOLECULER_LOG_LEVEL=info
152-
- LOG_LEVEL=${DEBUG_LOG_LEVEL:-0}
153148
extra_hosts:
154149
- 'host.docker.internal:host-gateway'
155150
depends_on:
@@ -171,7 +166,6 @@ services:
171166
- MONGO_URL=mongodb://mongo:27017/rocketchat?replicaSet=rs0
172167
- 'TRANSPORTER=${TRANSPORTER:-}'
173168
- MOLECULER_LOG_LEVEL=info
174-
- LOG_LEVEL=${DEBUG_LOG_LEVEL:-0}
175169
extra_hosts:
176170
- 'host.docker.internal:host-gateway'
177171
depends_on:

ee/packages/abac/src/clients/virtru/VirtruClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export class VirtruClient {
3434
const response = await serverFetch(`${this.config.baseUrl}/healthz`, {
3535
method: 'GET',
3636
timeout: HEALTH_CHECK_TIMEOUT,
37+
// SECURITY: This can only be configured by users with enough privileges. It's ok to disable this check here.
3738
ignoreSsrfValidation: true,
3839
});
3940

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8849,7 +8849,6 @@ __metadata:
88498849
dependencies:
88508850
"@rocket.chat/core-services": "workspace:^"
88518851
"@rocket.chat/core-typings": "workspace:^"
8852-
"@rocket.chat/license": "workspace:^"
88538852
"@rocket.chat/logger": "workspace:^"
88548853
"@rocket.chat/models": "workspace:^"
88558854
"@rocket.chat/server-fetch": "workspace:^"

0 commit comments

Comments
 (0)