From 2100a8ae563b8e62af94234ce0f0286a2b192e3f Mon Sep 17 00:00:00 2001 From: Robin Beck Date: Wed, 1 May 2024 14:48:07 -0600 Subject: [PATCH] adds note about future auto-role creation deprecation --- website/content/docs/release-notes/v0_16_0.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/docs/release-notes/v0_16_0.mdx b/website/content/docs/release-notes/v0_16_0.mdx index c7b3103116..071861aa1e 100644 --- a/website/content/docs/release-notes/v0_16_0.mdx +++ b/website/content/docs/release-notes/v0_16_0.mdx @@ -11,6 +11,12 @@ description: |- @include 'release-notes/intro.mdx' + + + In a future version Boundary will no longer automatically create roles when new scopes are created. This was implemented prior to multi-scope grants to ensure administrators and users had default permissions in new scopes. Since Boundary 0.15, initial roles created for new clusters provide these permissions by default to all scopes using multi-scope grants. + + + ## New features