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
When the environment variable CHEF_FIPS is set to 1 a restore operation will send WARNING messages in obtuse ways that are not immediately obvious, like (xxxxx == redacted):
Restoring users
Updating user record for xxxxx
WARNING: Wrong number of users to update for xxxxx. Skipping
Updating user record for xxxxx
WARNING: Wrong number of users to update for xxxxx. Skipping
Updating user record for xxxxx
WARNING: Wrong number of users to update for xxxxx. Skipping
Updating user record for xxxxx
WARNING: Wrong number of users to update for xxxxxx. Skipping
Updating user record for xxxxx
WARNING: Wrong number of users to update for xxxxx. Skipping
...
The errors log from the exception handler has more clues:
This is here as a bread crumb trail..
When the environment variable
CHEF_FIPS
is set to1
a restore operation will send WARNING messages in obtuse ways that are not immediately obvious, like (xxxxx == redacted):The errors log from the exception handler has more clues:
Erchef has the actual reason (
bad_sig
):The workaround for now is unsetting that environment variable then running the ec restore as normal :
The text was updated successfully, but these errors were encountered: