Redact sensitive information from key provider information functions
Description
How to document
None
How to test
None
Activity
Show:
Details
Details
Assignee
Unassigned
UnassignedReporter

Fix versions
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created 2 days ago
Updated 2 days ago
Currently these function display the entire configuration json. We provide the remote configuration option so users can store sensitive data there, but in case they don’t do that, the function will show possibly sensitive information.
Currently the only thing that is definitely sensitive is the vault secret token, everything else is a filename.
This would be easier with using a proper json library, but we can do a quick fix even with just simple string functions.