-
Notifications
You must be signed in to change notification settings - Fork 15
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
Json Output Support #20
Conversation
|
Decrypting values should probably be opt-in when exporting json. I get a timeout when executing a list resource command on an underpowered VM with 512mb ram and 1 core. Additionally, I don't always need the secret values when querying results. I need to extend the timeout to get this command to complete.
|
Hmm, i am Rather split if i want to have it opt in or opt out. Since in most cases you would want to have the password.
Well currently it fetches the secret for each resource separately which is a waste of time. I think i could get it to fetch those all in the initial resource request but i would have to update go-passbolt. |
If you decide to keep it opt out, it would be useful to be able to opt out :) (perhaps by leveraging the column filters?) |
I made a issue to track this #24 before i forget. I am currently Pretty busy so ill implement this some time SoonTM. |
Supersedes #7 and fixes #4