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

Identify potential projects #1

Open
leandrodamascena opened this issue Oct 29, 2020 · 1 comment
Open

Identify potential projects #1

leandrodamascena opened this issue Oct 29, 2020 · 1 comment

Comments

@leandrodamascena
Copy link
Member

leandrodamascena commented Oct 29, 2020

An important step in the development and creation of the open console for AWS is to identify possible open source projects that implement this concept.

Searching on Google, I found a project https://daintree.app/. This project was done using Vue.js [1] and aws-cdk to make calls directly to the AWS endpoint [2].

I created an user with administrator permissions and after login he asks about his regions [3]. The interface is very friendly, fast and very easy to use. Currently implements 4 services: EC2, ECS, SQS and Network. I created one SQS queue and couldn't see it in the daintree interface, even though I can see it in the AWS Console, I think there is some problem with the Vue cache to reconstruct resource lists.

The draintree project would be an important benchmark to start this project.

[1]
image

[2]
image

[3]
image

@leandrodamascena
Copy link
Member Author

Updating this thread with more information.. It uses SessionStorage to storage AccessKey and SecretAccess [1]. In theory SessionStorage is a temporary storage and you can store sensitive data (https://html.spec.whatwg.org/multipage/webstorage.html#sensitivity-of-data), but saving unencrypted data isn't a good deal.

image

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

No branches or pull requests

1 participant