You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So if '_keys' is anywhere in the name of the vault item, the rotate vault keys command will dismiss the rest of the vault item name and attempt to rotate a key on an invalid name...
Example :
Test_keystore - is read as - Testtore_keys_keys.
And
Test_keystore2 - is read as - Testtore2_keys_keys.
It wasn't attempting to read a deleted vault item, it just seems to escape the string as soon as '_keys' is read.
I haven't been able to look into this more deeply but it smells like an unanchored regular expression somewhere.
The text was updated successfully, but these errors were encountered:
From chef/chef-server#1079:
I haven't been able to look into this more deeply but it smells like an unanchored regular expression somewhere.
The text was updated successfully, but these errors were encountered: