ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Secret Access Key Displayed On Workspace Page #1914

Open emimaesmith opened 4 years ago

emimaesmith commented 4 years ago

Description Secret access keys are currently being displayed as plain text on the workspace detail page. This is obviously not ideal since secret access keys are secret for a reason.

Reproduction Steps Steps to reproduce the problem:

  1. Create an S3 workspace - complete with secret access key.
  2. Save the workspace (disregarding any error messages)
  3. View the workspace detail page and note that the secret access key is displayed in plain text.

Expected behavior Secret access keys should be displayed as **** or dots - not in plain text.

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

Version and Environment Details

Additional context The workspace was reporting an error connecting to the S3 bucket with the provided access and secret access key.