docs/update docs with known issue (#23866) (#23893)

* update docs with known issue

* Update website/content/partials/internal-error-namespace-missing-policy.mdx



* Update website/content/partials/internal-error-namespace-missing-policy.mdx



* add upgrade and release notes and change file location

* add 1.13 and 1.14 release and upgrade docs

---------

Co-authored-by: Ellie <ellie.sterner@hashicorp.com>
Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-10-27 19:30:25 -04:00
committed by GitHub
parent 5411de37cb
commit ba0a59f162
7 changed files with 26 additions and 0 deletions

View File

@@ -120,6 +120,8 @@ The fix for this UI issue is coming in the Vault 1.13.1 release.
@include 'known-issues/update-primary-data-loss.mdx'
@include 'known-issues/internal-error-namespace-missing-policy.mdx'
## Feature deprecations and EOL
Please refer to the [Deprecation Plans and Notice](/vault/docs/deprecation) page

View File

@@ -276,6 +276,8 @@ Follow the learn more links for more information, or browse the list of
</tbody>
</table>
@include 'known-issues/internal-error-namespace-missing-policy.mdx'
## Feature deprecations and EOL
Deprecated in 1.14 | Retired in 1.14

View File

@@ -239,6 +239,8 @@ Follow the learn more links for more information, or browse the list of
</tbody>
</table>
@include 'known-issues/internal-error-namespace-missing-policy.mdx'
## Feature deprecations and EOL
Deprecated in 1.15 | Retired in 1.15

View File

@@ -182,3 +182,5 @@ Affects Vault 1.13.0+
@include 'known-issues/update-primary-addrs-panic.mdx'
@include 'known-issues/transit-managed-keys-panics.mdx'
@include 'known-issues/internal-error-namespace-missing-policy.mdx'

View File

@@ -51,3 +51,6 @@ is measuring cumulative time writing, and not the distribution of individual wri
@include 'known-issues/transit-managed-keys-sign-fails.mdx'
@include 'known-issues/ui-collapsed-navbar.mdx'
@include 'known-issues/internal-error-namespace-missing-policy.mdx'

View File

@@ -54,3 +54,6 @@ option.
@include 'known-issues/aws-auth-panics.mdx'
@include 'known-issues/1_15-audit-file-sighup-does-not-trigger-reload.mdx'
@include 'known-issues/internal-error-namespace-missing-policy.mdx'

View File

@@ -0,0 +1,12 @@
### Internal error when vault policy in namespace does not exist
If a user is a member of a group that gets a policy from a
namespace other than the one theyre trying to log into,
and that policy doesnt exist, Vault returns an internal error.
This impacts all auth methods.
#### Affected versions
- 1.13.8 and 1.13.9
- 1.14.4 and 1.14.5
- 1.15.0 and 1.15.1
A fix will be released in Vault 1.15.2, 1.14.6, and 1.13.10.