Closed alekc closed 4 years ago
Thanks for the PR for this. This issue is a little interesting, because the Chef 11 behavior the goiardi master branch still emulates is beginning to break more and more often. The chef pedant tests would flip out if you tried uploading extra fields, I remember, so this may be a bit delicate.
There's also a possibility that the 1.0.0-dev
and related branches may already work better. Obviously things are a bit fluid there though.
I can imagine. However in this case if we are forced to choose between pedant tests and real world usage (using official tool like knife for example) I am not sure it’s worth choosing theory over the real world.
We found this issue when migrating old chef server to gloat do through knife backup tool. In order to make it work, several fields had to be dropped (and we dealt with it with sed help) but what we didn’t expect is that it would add extra fields preventing actual functionality.
On Thu, 23 Jul 2020 at 17:49, Jeremy Bingham notifications@github.com wrote:
Thanks for the PR for this. This issue is a little interesting, because the Chef 11 behavior the goiardi master branch still emulates is beginning to break more and more often. The chef pedant tests would flip out if you tried uploading extra fields, I remember, so this may be a bit delicate.
There's also a possibility that the 1.0.0-dev and related branches may already work better. Obviously things are a bit fluid there though.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ctdk/goiardi/issues/75#issuecomment-663114977, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACJ5V7WMQNO4WVW6K5KMBDR5BSZZANCNFSM4PFTQ6RA .
Closed via https://github.com/ctdk/goiardi/pull/76
Describe the bug When doing knife upload user, goiardi wont permit the operation because knife adds several fields which are not recognised by goiardi.
I.e. given this user.json file
knife upload user will attempt following upload
which will trigger at least 2 different failures:
Expected behavior standard operation such as knife upload working
Additional context This was observed on both cinc (15) and chefdk (3.9) knife versions