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 using secrets_versions_access api, the serde tries to deserialize it as urlsafe, for some secrets it doesn't work as expected.
error: Invalid byte 43, offset 19. at line 4 column
Unfortunately, I can't provide the full output as it contains the secret.
Here is the offending line:
There are a lot of reports with problems due to incorrect deserialization of fields, which was recently adjusted to make one other API work.
It should be possible to adjust this per API.
In the mean time, it might be possible to use older versions of the crate that don't have the change, or to vendor the code and apply a patch yourself to adjust the serialization scheme.
When using
secrets_versions_access
api, the serde tries to deserialize it as urlsafe, for some secrets it doesn't work as expected.error:
Invalid byte 43, offset 19. at line 4 column
Unfortunately, I can't provide the full output as it contains the secret.
Here is the offending line:
google-apis-rs/gen/secretmanager1/src/api.rs
Lines 732 to 733 in eee899d
Confirmed from version: 5.0.2+20230114
The text was updated successfully, but these errors were encountered: