docs: add technical advisory 06 (#6756)

This commit is contained in:
Silvan 2023-10-19 15:13:50 +02:00 committed by GitHub
parent e8b25f3143
commit 3a01558c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
title: Technical Advisory 10005
---
## Date and Version
Version: 2.39.0
Date: Calendar week 41/42 2023
## Description
Versions >= 2.39.0 require the cockroach database user of ZITADEL to be granted to the `VIEWACTIVITY` grant. This can either be reached by grant the role manually or execute the `zitadel init` command.
## Statement
To query correct order of events the cockroach database user of ZITADEL needs additional privileges to query the `crdb_internal.cluster_transactions`-table
## Mitigation
Before migrating to versions >= 2.39.0 make sure the cockroach database user has sufficient grants.
## Impact
If the user doesn't have sufficient grants, events won't be updated.

View File

@ -118,6 +118,18 @@ We understand that these advisories may include breaking changes, and we aim to
<td>2.39.0</td>
<td>Calendar week 41/42 2023</td>
</tr>
<tr>
<td>
<a href="./advisory/a10006">A-10006</a>
</td>
<td>Additional grant to cockroach database user</td>
<td>Breaking Behaviour Change</td>
<td>
Versions &gt;= 2.39.0 require the cockroach database user of ZITADEL to be granted to the `VIEWACTIVITY` grant. This can either be reached by grant the role manually or execute the `zitadel init` command.
</td>
<td>2.39.0</td>
<td>Calendar week 41/42 2023</td>
</tr>
</table>
## Subscribe to our Mailing List