From 5a379ea4764b569104bbdce699169678b0c2a58e Mon Sep 17 00:00:00 2001 From: Sachin Date: Wed, 23 Apr 2025 15:59:39 +0530 Subject: [PATCH 1/2] add Deprecated products and versions Signed-off-by: Sachin --- content/versions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/versions.md b/content/versions.md index 28c135d9b9..3374a8763c 100644 --- a/content/versions.md +++ b/content/versions.md @@ -98,6 +98,7 @@ newer versions or products. | Chef Infra Server | 14.x | Deprecated | TBD | | Chef InSpec | 5.x | Deprecated | TBD | | Chef Manage | 2.5.x+ | Deprecated | TBD | +| Chef Vault | All | Deprecated | TBD | ## End of Life (EOL) products From 1cffc375d328baa5c17bb2ee1ac6cdc99347f0f2 Mon Sep 17 00:00:00 2001 From: Sachin Date: Wed, 23 Apr 2025 16:13:14 +0530 Subject: [PATCH 2/2] Updated the documentation to clarify the behavior of the 'knife vault refresh' command. --- .../docs-chef-io/content/workstation/chef_vault.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_vendor/github.com/chef/chef-workstation/docs-chef-io/content/workstation/chef_vault.md b/_vendor/github.com/chef/chef-workstation/docs-chef-io/content/workstation/chef_vault.md index 2314e6cb31..f6b4d2ba4e 100644 --- a/_vendor/github.com/chef/chef-workstation/docs-chef-io/content/workstation/chef_vault.md +++ b/_vendor/github.com/chef/chef-workstation/docs-chef-io/content/workstation/chef_vault.md @@ -491,7 +491,9 @@ knife vault rotate keys passwords root --clean-unknown-clients #### `refresh` -This command reads the search_query in the vault item, performs the search, and reapplies the results. +This command reads the search_query stored in the vault item, re-executes the search, and refreshes access for all nodes that match the updated query results. + +Note: This operation does not update or re-encrypt credentials for admin users. To update credentials for admin users, use the knife chef vault update command and explicitly specify the admin user(s). ``` shell knife vault refresh VAULT ITEM