Skip to content

Commit 4e7f1ae

Browse files
Merge pull request #280281 from niklarin/cpg-md5
FIPS-MD5 docs update
2 parents f22f504 + a6aedf7 commit 4e7f1ae

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

articles/cosmos-db/postgresql/product-updates.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: mvc, references_regions
77
ms.service: cosmos-db
88
ms.subservice: postgresql
99
ms.topic: conceptual
10-
ms.date: 05/28/2024
10+
ms.date: 07/07/2024
1111
---
1212

1313
# Product updates for Azure Cosmos DB for PostgreSQL
@@ -22,6 +22,9 @@ Updates that don’t directly affect the internals of a cluster are rolled out g
2222

2323
Updates that change cluster internals, such as installing a [new minor PostgreSQL version](https://www.postgresql.org/developer/roadmap/), are delivered to existing clusters as part of the next [scheduled maintenance](concepts-maintenance.md) event. Such updates are available immediately to newly created clusters.
2424

25+
### July 2024
26+
* [MD5 hashing is disabled](./reference-limits.md#security) in Azure Cosmos DB for PostgreSQL.
27+
2528
### May 2024
2629
* General availability: [The latest minor PostgreSQL version updates](reference-versions.md#postgresql-versions) (12.19, 13.15, 14.12, 15.7, and 16.3) are now available.
2730
* [The last update for PostgreSQL 11](./reference-versions.md#postgresql-version-11-and-older) was released by community in November 2023.

articles/cosmos-db/postgresql/reference-limits.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: niklarin
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.topic: conceptual
9-
ms.date: 01/28/2024
9+
ms.date: 07/07/2024
1010
---
1111

1212
# Azure Cosmos DB for PostgreSQL limits and limitations
@@ -87,12 +87,22 @@ In Azure Cosmos DB for PostgreSQL clusters with [burstable compute](concepts-bur
8787
<a name='azure-active-directory-authentication'></a>
8888

8989
### Microsoft Entra ID authentication
90+
9091
If [Microsoft Entra ID](./concepts-authentication.md#azure-active-directory-authentication-preview) is enabled on an Azure Cosmos DB for PostgreSQL cluster, the following is currently **not supported**:
9192

9293
* PostgreSQL 11, 12, and 13
9394
* Microsoft Entra groups
9495

95-
### Database creation
96+
## Security
97+
98+
MD5 hashing is disabled in Azure Cosmos DB for PostgreSQL and impacts the following areas:
99+
* Native Postgres passwords are hashed using SCRAM-SHA-256 method only.
100+
* [pgcrypto extension](https://www.postgresql.org/docs/current/static/pgcrypto.html): MD5 isn't available as a hashing method.
101+
* [uuid-ossp extension](https://www.postgresql.org/docs/current/static/uuid-ossp.html): MD5 isn't available as a hashing method.
102+
* Built-in Postgres functions. For instance, SELECT md5(‘your_string’);
103+
* Custom functions such as custom functions in PL/pgSQL that use MD5 hashing.
104+
105+
## Database creation
96106

97107
The Azure portal provides credentials to connect to exactly one database per cluster. Creating another database is currently not allowed, and the CREATE DATABASE command fails with an error.
98108

0 commit comments

Comments
 (0)