Skip to content

Commit

Permalink
Update 1_16-default-policy-needs-to-be-updated.mdx (#27157)
Browse files Browse the repository at this point in the history
Made a few grammar changes plus updating term from Vault IU to Vault UI
  • Loading branch information
owenzorrin authored and Monkeychip committed Aug 9, 2024
1 parent b861daa commit 6a40670
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ path "sys/internal/ui/version" {
```

However, the default policy for **existing** Vault servers does not update
automatically during the upgrade. You must updated the policy manually in order
automatically during the upgrade. You must update the policy manually in order
for the Vault version to be displayed in the Vault UI.

No other functionality in the Vault UI is affected be this issue.
No other functionality in the Vault UI is affected by this issue.

You can use the Vault CLI to update the **default** policy and allow the Vault IU to query the Vault server for version information:
You can use the Vault CLI to update the **default** policy and allow the Vault UI to query the Vault server for version information:

```shell-session
$ vault policy read default | cat - <<< '
Expand Down

0 comments on commit 6a40670

Please sign in to comment.