Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

See what can be done about changing the value type of the 'data' element of Secret #44

Open
haxsaw opened this issue Sep 6, 2024 · 0 comments
Assignees
Labels
feature-request Requested new feature of Hikaru

Comments

@haxsaw
Copy link
Owner

haxsaw commented Sep 6, 2024

This field is typed Dict[str,str] but in reality it should be Dict[str, bytes] because the value is supposed to be base64 encoded. Check back in the swagger to see what type this is defined as to see if you can actually change the typing for the field in the annotation.

@haxsaw haxsaw added the feature-request Requested new feature of Hikaru label Sep 6, 2024
@haxsaw haxsaw self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Requested new feature of Hikaru
Projects
None yet
Development

No branches or pull requests

1 participant