File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -319,4 +319,19 @@ AUTH_SAML_CUSTOM_ISSUER=http://<identity-provider>/realms/myrealm
319319AUTH_SAML_CUSTOM_CALLBACK_URL=http://< lab-url> /auth/providers/saml-custom/callback
320320```
321321
322+ { <h4 className = " custom-header" >Registering custom CA certificates</h4 >}
323+
324+ If your custom Identity Provider uses self-signed certificates, Lab may
325+ block access to unverified resources with the error ** "unable to get local issuer certificate"** .
326+ To resolve this, Lab needs to recognize those certificates. Make sure
327+ to mount them and register them in the Docker container using the following
328+ environment variable:
329+
330+ ```
331+ docker run \
332+ ...
333+ -e NODE_EXTRA_CA_CERTS=path/to/ca-certificates-mounted-in-docker-container.crt
334+ memgraph/lab
335+ ```
336+
322337<CommunityLinks />
Original file line number Diff line number Diff line change @@ -76,9 +76,10 @@ troubleshoot in production.
7676 vertices on CPU or Nvidia GPU.
7777 [ #662 ] ( https://github.com/memgraph/mage/pull/662 ) .
7878
79- ### Lab v3.6.0 - October 8th, 2025
79+ ### Lab v3.6.1 - October 17th, 2025
80+
81+ <LabReleasesClient version = " 3.6.1" />
8082
81- <LabReleasesClient version = " 3.6.0" />
8283
8384## Previous releases
8485
@@ -234,6 +235,10 @@ troubleshoot in production.
234235
235236- Fixed closing of database connections after migrations are completed.
236237 [ #665 ] ( https://github.com/memgraph/mage/pull/665 )
238+
239+ ### Lab v3.6.0 - October 8th, 2025
240+
241+ <LabReleasesClient version = " 3.6.0" />
237242
238243### Memgraph v3.5.2 - September 24th, 2025
239244
You can’t perform that action at this time.
0 commit comments