Skip to content

Commit 56762a7

Browse files
tonilastrematea16
andauthored
new: Add Lab 3.6.1 release notes (#1443)
Co-authored-by: Matea Pesic <[email protected]>
1 parent e87e98d commit 56762a7

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

pages/memgraph-lab/features/single-sign-on.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,19 @@ AUTH_SAML_CUSTOM_ISSUER=http://<identity-provider>/realms/myrealm
319319
AUTH_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/>

pages/release-notes.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)