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

Missing AWS Services configuration #1392

Closed
manuasir opened this issue Apr 16, 2019 · 2 comments
Closed

Missing AWS Services configuration #1392

manuasir opened this issue Apr 16, 2019 · 2 comments
Assignees
Labels
type/bug Bug issue

Comments

@manuasir
Copy link
Contributor

Hi team,

It seems that the app's not currently displaying the AWS services section of the aws-s3 wodle:

image

As detailed above, there is only one Buckets tab.

If that information is requested to the API, indeed there is a section list named services:

"services": [
            {
              "type": "inspector",
              "access_key": "---------",
              "secret_key": "---------"
            }
          ]

Also, I've noticed that the key values of the services section are visible plaintext in the Dev Tools section.

Cheers

@jesusgn90 jesusgn90 added this to the 16th week sprint milestone Apr 16, 2019
@jesusgn90 jesusgn90 added the type/bug Bug issue label Apr 16, 2019
@jesusgn90 jesusgn90 self-assigned this Apr 16, 2019
@jesusgn90
Copy link
Contributor

jesusgn90 commented Apr 16, 2019

Thanks @manuasir !

Tasks:

  • Hide both access_key and secret_key (replace with ******)
  • Add services sub-tab inside AWS configuration tab

@jesusgn90
Copy link
Contributor

Fixed #1393

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue
Projects
None yet
Development

No branches or pull requests

2 participants