diff --git a/website/content/docs/release-notes/v0_19_0.mdx b/website/content/docs/release-notes/v0_19_0.mdx index 46ae23ef9d..2a71cfe8e1 100644 --- a/website/content/docs/release-notes/v0_19_0.mdx +++ b/website/content/docs/release-notes/v0_19_0.mdx @@ -79,6 +79,19 @@ description: >- + + + Redundant grant scopes are no longer permitted + + + You may have redundant grant scopes if you applied a grant to a scope and the scope also inherited the grant from the this, children, or descendants options. As of Boundary version 0.19.3, redundant grant scopes are no longer permitted. +

+ When you upgrade a cluster to Boundary version 0.19.3, the migration will fail with a message if the database contains any redundant grant scopes. The migration tool provides a command that automatically removes any redundant grant scopes so that you can proceed with the upgrade. +

+ Learn more about removing redundant grant scopes and upgrading to version 0.19.3:  Known issues and breaking changes + + + @@ -357,7 +370,7 @@ description: >- @@ -381,5 +394,34 @@ description: >- + + + 0.15.0 - 0.19.2 +

+ (Fixed in Boundary version 0.19.3) + + + Redundant grant scopes cause performance issues + + + You may have redundant grant scopes if you applied a grant to a scope and the scope also inherited the grant from the this, children, or descendants options. Redundant grant scopes could cause performance issues. As of Boundary version 0.19.3, redundant grant scopes are no longer permitted. +

+ When you run the boundary database migrate command to upgrade a cluster to Boundary version 0.19.3, the migration will fail with a message if the database contains any redundant grant scopes. The migration tool provides the following command to automatically repair the grant scopes: +

+ boundary database migrate -repair=oss:97001 +

+ Run the command to remove any redundant grant scopes from roles. Any individually granted scopes that are already covered by descendants or children grants are considered invalid and removed. When the migration is complete, the migration tool produces a message that details any changes. +

+ Learn more: + + Upgrade to the latest version of Boundary + + + - \ No newline at end of file +