{"id":22497080,"url":"https://github.com/industrial-edge/secure-storage","last_synced_at":"2025-03-27T21:25:49.207Z","repository":{"id":265275102,"uuid":"566231238","full_name":"industrial-edge/secure-storage","owner":"industrial-edge","description":"This example describes the IE devices local secure storage database that enables users to encrypt, store, access and manage app data and demonstrates its use on a simple web application.","archived":false,"fork":false,"pushed_at":"2024-11-28T19:49:36.000Z","size":839,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T23:45:28.985Z","etag":null,"topics":["industrial-edge","python","secure-storage"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/industrial-edge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-15T08:36:45.000Z","updated_at":"2024-11-28T19:49:36.000Z","dependencies_parsed_at":"2024-11-28T17:35:43.976Z","dependency_job_id":null,"html_url":"https://github.com/industrial-edge/secure-storage","commit_stats":null,"previous_names":["industrial-edge/secure-storage"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industrial-edge%2Fsecure-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industrial-edge%2Fsecure-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industrial-edge%2Fsecure-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/industrial-edge%2Fsecure-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/industrial-edge","download_url":"https://codeload.github.com/industrial-edge/secure-storage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245925827,"owners_count":20694964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["industrial-edge","python","secure-storage"],"created_at":"2024-12-06T20:16:08.858Z","updated_at":"2025-03-27T21:25:49.170Z","avatar_url":"https://github.com/industrial-edge.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secure Storage Industrial Edge\n\nThis example describes the IED secure storage database that enables users to encrypt, store, access and manage app data and demonstrates its use on a simple web application.\n\n- [Secure Storage Industrial Edge](#secure-storage-industrial-edge)\n  - [Description](#description)\n    - [Overview](#overview)\n    - [Prerequisites](#prerequisites)\n    - [Used components](#used-components)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Implementation](#implementation)\n  - [Documentation](#documentation)\n  - [Contribution](#contribution)\n  - [License and Legal Information](#license-and-legal-information)\n  - [Disclaimer](#disclaimer)\n\n## Description\n\n### Overview\n\nThe Secure Storage is a local key-value database which enables simple and secure storage of application data. Each application has its own unique key-value store. For communication with this storage the IE Device provides REST API endpoints. These endpoints can only be called from within the application container.\n\nMore comprehensive documentation for the Secure Storage API can be found in the official IE Platform Guides - [Secure Storage](https://docs.eu1.edge.siemens.cloud/apis_and_references/apis/api-how-tos/secure-storage.html).\n\nFor the OpenAPI specification please refer to [IED Secure Storage API Docs](https://docs.eu1.edge.siemens.cloud/apis_and_references/apis/ied/secure-storage-api-2.0.0.html).\n\nThis repository demonstrates how to use this API in a simple web application. The user can generate data using a form webpage, save it in Secure Storage, and also retrieve existing data from it.\n\n![task](./docs/graphics/secure-storage-app-overview.png)\n\n### Prerequisites\n\n- Access to an Industrial Edge Management (IEM) with onboarded Industrial Edge Device (IED)\n- Industrial Edge Device with IEDK Version \u0026geq; 1.19.0\n- Development system with docker and docker compose installed\n- Installed Industrial Edge App Publisher\n- Google Chrome (Version \u0026geq; 72)\n\n### Used components\n\n- Industrial Edge Management (IEM-V) V2.3.1-1\n- Industrial Edge Device (IED) V2.2.0\n- Industrial Edge App Publisher V1.17.5\n- Docker Engine 27.3.1\n- Docker Compose V2.29.7\n\n## Installation\n\nYou can find the installation steps in the [docs](./docs/Installation.md).\n\n## Usage\n\nLogin to Industrial Edge Device and click on the icon of the Secure Storage Application to open its web UI. The webpage contains a form to put in new data, a button to commit this data to secure storage (with feedback whether this was successful or not), and a way to view the existing key-value pairs.\n\n![Secure Storage App Landing Page](docs/graphics/secure-storage-app-page.png)\n\n![Secure Storage App First Element](docs/graphics/secure-storage-app-card-1.png)\n\n![Secure Storage App Message Box Examples](docs/graphics/secure-storage-app-messagebox-example.png)\n\n![Secure Storage App Second Element](docs/graphics/secure-storage-app-card-2.png)\n\n## Implementation\n\nHow to use web requests to access the functionalities of Secure Storage as well as further details about the source code can be found in the [implementation section](./docs/Implementation.md).\n\n## Documentation\n\nYou can find further documentation and help in the following links\n\n- [Industrial Edge Hub](https://iehub.eu1.edge.siemens.cloud/#/documentation)\n- [Industrial Edge Forum](https://www.siemens.com/industrial-edge-forum)\n- [Industrial Edge Landing page](https://new.siemens.com/global/en/products/automation/topic-areas/industrial-edge/simatic-edge.html)\n- [Industrial Edge GitHub page](https://github.com/industrial-edge)\n\n## Contribution\n\nThank you for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section.\nAdditionally everybody is free to propose any changes to this repository using Pull Requests.\n\nIf you haven't previously signed the [Siemens Contributor License Agreement](https://cla-assistant.io/industrial-edge/) (CLA), the system will automatically prompt you to do so when you submit your Pull Request. This can be conveniently done through the CLA Assistant's online platform. Once the CLA is signed, your Pull Request will automatically be cleared and made ready for merging if all other test stages succeed.\n\n## License and Legal Information\n\nPlease read the [Legal information](LICENSE.txt).\n\n## Disclaimer\n\nIMPORTANT - PLEASE READ CAREFULLY:\n\nThis documentation describes how you can download and set up containers which consist of or contain third-party software. By following this documentation you agree that using such third-party software is done at your own discretion and risk. No advice or information, whether oral or written, obtained by you from us or from this documentation shall create any warranty for the third-party software. Additionally, by following these descriptions or using the contents of this documentation, you agree that you are responsible for complying with all third party licenses applicable to such third-party software. All product names, logos, and brands are property of their respective owners. All third-party company, product and service names used in this documentation are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findustrial-edge%2Fsecure-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findustrial-edge%2Fsecure-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findustrial-edge%2Fsecure-storage/lists"}