-
-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Description
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
#[serde_as(as = "Option<::client::serde::urlsafe_base64::Wrapper>")] | |
pub data: Option<Vec<u8>>, |
Confirmed from version: 5.0.2+20230114