modery / PowerDocu

Generate technical documentation from your existing Power Automate Flows and Power Apps canvas apps
MIT License
440 stars 73 forks source link

Sanitise Passwords in the generated documentation. #70

Open sanikaj opened 1 year ago

sanikaj commented 1 year ago

Describe the bug Feature: The documentation should mask passwords if any in the Power Automate flows

To Reproduce Steps to reproduce the behavior:

  1. Generate Documentation for a flow containing username and password
  2. The password would be written into the document as in.

Expected behavior Password should be masked or hidden when the documentation is generated.

Screenshots If applicable, add screenshots to help explain your problem.

Flow Used If someone picks up any flow which contains a username and password in one of the steps the generated flow documentation will contain the password as is.

modery commented 1 year ago

Hi @sanikaj , sounds like a good idea! I'll probably make it configurable to allow people to decide if they want to mask the passwords or not. Do you have some examples of where you have passwords inside your Flows? Want to see if there are different ways of how they're stored inside Flows, so trying to identify some connectors and actions that I could have a closer look at