You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
[2]
[3]
The text was updated successfully, but these errors were encountered:
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.
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]
[2]
[3]
The text was updated successfully, but these errors were encountered: