From b815339be4466cc2608117cec22881ef58c26663 Mon Sep 17 00:00:00 2001 From: sanga17 Date: Tue, 9 Jun 2020 13:23:32 +0530 Subject: [PATCH 1/4] Added note in documentation regarding the vault item name Signed-off-by: sanga17 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5d6518..08bcd63 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ NOTE: chef-vault 1.0 knife commands are not supported! Please use chef-vault knife vault isvault VAULT ITEM knife vault itemtype VAULT ITEM + Note: While creating the VAULT ITEM, ITEM name should not end with '_keys', if you included '_keys' then the whole VAULT will move in data_bag list instead of vault. + #### Global Options Short | Long | Description | Default | Valid Values | Sub-Commands From 69e34a68c4a650fa72d5065e4aaec9cb90429482 Mon Sep 17 00:00:00 2001 From: sanga17 Date: Wed, 10 Jun 2020 09:22:16 +0530 Subject: [PATCH 2/4] Updated the note as per suggestion Signed-off-by: sanga17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08bcd63..1ded327 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ NOTE: chef-vault 1.0 knife commands are not supported! Please use chef-vault knife vault isvault VAULT ITEM knife vault itemtype VAULT ITEM - Note: While creating the VAULT ITEM, ITEM name should not end with '_keys', if you included '_keys' then the whole VAULT will move in data_bag list instead of vault. + Note: While creating the VAULT ITEM, ITEM name should not end with '_keys', if you included '_keys' then the VAULT will be treated as an ordinary data_bag instead of as a vault. #### Global Options From 518f03bf41c4bc5af840549f097698bb207d459d Mon Sep 17 00:00:00 2001 From: Sangmesh Ausekar <58020082+sanga1794@users.noreply.github.com> Date: Thu, 11 Jun 2020 09:49:26 +0530 Subject: [PATCH 3/4] Update note as suggested Co-authored-by: Kimberly Garmoe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ded327..45dab2a 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ NOTE: chef-vault 1.0 knife commands are not supported! Please use chef-vault knife vault isvault VAULT ITEM knife vault itemtype VAULT ITEM - Note: While creating the VAULT ITEM, ITEM name should not end with '_keys', if you included '_keys' then the VAULT will be treated as an ordinary data_bag instead of as a vault. + Note: Creating a VAULT ITEM with an ITEM name ending in "_keys" causes the VAULT to treat it as an ordinary `data_bag` instead of as a vault. #### Global Options From 886e2ad0141cb46a3d64bfd084d437e45a9e8ac2 Mon Sep 17 00:00:00 2001 From: Sangmesh Ausekar <58020082+sanga1794@users.noreply.github.com> Date: Thu, 11 Jun 2020 09:49:26 +0530 Subject: [PATCH 4/4] Updated note as per suggestions Signed-off-by: sanga17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ded327..45dab2a 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ NOTE: chef-vault 1.0 knife commands are not supported! Please use chef-vault knife vault isvault VAULT ITEM knife vault itemtype VAULT ITEM - Note: While creating the VAULT ITEM, ITEM name should not end with '_keys', if you included '_keys' then the VAULT will be treated as an ordinary data_bag instead of as a vault. + Note: Creating a VAULT ITEM with an ITEM name ending in "_keys" causes the VAULT to treat it as an ordinary `data_bag` instead of as a vault. #### Global Options