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
Currently, on main branch, the sample 04 is not working because this error: Did not find credentials for data destination.
This is thrown when the data destination key name is null.
At this point I have some questions:
should we check also the secret value?
are we supposed to support no-credentials transfers? because at the moment, on sample-04 leans on the NullVault that gives a null credential and the transfer process is working. if this is ok I think that null-check on the keyName should not fail the transfer.
not directly related: is correct that on that kind of error the ERROR_RETRY is returned? I think that is a thing that should be fail fatally and fixed with a brand new transfer
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, on main branch, the sample 04 is not working because this error:
Did not find credentials for data destination.
This is thrown when the data destination key name is null.
At this point I have some questions:
NullVault
that gives a null credential and the transfer process is working. if this is ok I think that null-check on the keyName should not fail the transfer.ERROR_RETRY
is returned? I think that is a thing that should be fail fatally and fixed with a brand new transferBeta Was this translation helpful? Give feedback.
All reactions