MaGaMeGa / SimpleArrowhead

Simple Arrowhead Local cloud setup, deployment and management
0 stars 0 forks source link

default arrowhead password? #1

Closed SebCanet closed 3 years ago

SebCanet commented 3 years ago

Hi, I'm sorry but I did not find the root password, that you mentioned as 'default arrowhead password' here: https://github.com/MaGaMeGa/SimpleArrowhead/blob/main/installation_steps.md Thanks to explain.

MaGaMeGa commented 3 years ago

Hi SebCanet,

If you like to play around and learn a bit about the framework, please follow the link to the project documentation. HERE Read it. Try to deduct the main pillars of the authorization schema (hint: certificates) Try to find the relevant properties in the codebase (hint: certificates, tls, password) Summarize your findings and try to reduce the most used characters and try to find a pattern in the usage order.

Otherwise, just use: 123456.

SebCanet commented 3 years ago

Thanks, it works. I would like to use your work for WP6, about training tools. Is swagger-ui available?

MaGaMeGa commented 3 years ago

Yes, swagger-ui is enabled, but the ports on the vm are not open by default. There are some ui releted features allready implemented (check cloud state, modify server properties, create/modify client code etc... from outside vm, via web gui ) but not integrated yet. If any those features, could be useful for your training tools, please, let me know.

SebCanet commented 3 years ago

Thanks, yes please it wuld be useful as tool for newbies.

MaGaMeGa commented 3 years ago

How would you like to integrate it to your training tools?

SebCanet commented 3 years ago

Like a "ready-to-use" arrowhead framework that can be launched even on small computer, or on teacher computer (WP6 is also for educational purposes). This way it can be launched only when needed in classroom, or on portable computer to prototype in-situ. Create fork of VM, configurations is very useful I think, instead of adding on the same server.

I would prepare everything with default values from this VM, or the VM I'm working on, like a "kit" downloadable with my graphical tools: https://github.com/A-S-T-U-C-E/STudio4Education and this other one: https://github.com/draperez/node-red-contrib-arrowhead You can find scenario in the cloud '\WP6 Training\Scenario\S4E_scenario.pptx' and a video demo: https://youtu.be/AW4w7uqO0sw.

I'm working to put your diagram sequence in draw.io file.

Thanks or your help.

MaGaMeGa commented 3 years ago

I like your ui tools. My ui tools are in a pre-poc state, and just html forms and simple go servers in the vm, based on https://github.com/msoap/shell2http, to run shell scripts based on field values of the forms.

Please let me know if I could assist in the integration process or if you would like to open an other chanel for further disgussions.

SebCanet commented 3 years ago

I will open different threads/issues, maybe this will be simplier to work together. Many thanks.