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

When dropping a JSON secret type, content is stringified #31

Closed
jacobwaller opened this issue Mar 14, 2023 · 1 comment
Closed

When dropping a JSON secret type, content is stringified #31

jacobwaller opened this issue Mar 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jacobwaller
Copy link

When attempting to drop a JSON Doc as a secret, ex:
Screenshot 2023-03-14 at 4 21 12 PM

deadrop returns a stringified version of what looks like a wrapper object instead of the desired content:
{"content":"{\n \"foo\": \"bar\"\n}"}

@dallen4 dallen4 added the bug Something isn't working label Mar 16, 2023
@dallen4
Copy link
Owner

dallen4 commented Mar 29, 2023

fixed in #33

@dallen4 dallen4 closed this as completed Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants