-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(trg1): align docs directory structure (#71)
* docs: add README.md and adjust folder structure for arc42 Refactor docs to follow Sig#805. Closes: #58
- Loading branch information
1 parent
bc038cc
commit 8e7c78b
Showing
27 changed files
with
151 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Introduction | ||
|
||
This repository provides the backend code for the SSI Authority & Schema Registry (SSI ASR). | ||
|
||
The following table links you to the respective documentations. | ||
|
||
| Documentation | Purpose | | ||
|------------------------------------------------------------------|-----------------------------------------------------------------------------------------| | ||
| [Arc42](architecture/Index.md) | Architecture Documentation for the SSI Authority & Schema Registry (SSI ASR). | | ||
| [How to contribute](./admin/dev-process/How%20to%20contribute.md)| Information relevant, if you contribute in ssi authority schema registry development. | | ||
| [Administration Guide](admin/Admin_Guide.md) | Information relevant, if you want to use the ssi authority schema registry application. | | ||
| [API Documentation](api/API_Doc.md) | Information about the endpoints. | | ||
|
||
## NOTICE | ||
|
||
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
- SPDX-License-Identifier: Apache-2.0 | ||
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation | ||
- Source URL: <https://github.com/eclipse-tractusx/ssi-authority-schema-registry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Admin Guide | ||
|
||
## Getting started | ||
|
||
To start the application refer to the [Installation Guide](../../charts/ssi-asr/README.md). | ||
It provides information on deployment via helm. | ||
|
||
## NOTICE | ||
|
||
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
- SPDX-License-Identifier: Apache-2.0 | ||
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation | ||
- Source URL: <https://github.com/eclipse-tractusx/ssi-authority-schema-registry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# API Documentation | ||
|
||
This document provides information on the endpoints. | ||
|
||
## OpenAPI Specifications | ||
|
||
There is an [OpenAPI 3.0.1 specification document](./asr-service.yaml) available. | ||
|
||
## Postman | ||
|
||
There is a [postman collection](./postman) containing information on how to provide master data and some basic data to test the application. | ||
|
||
## NOTICE | ||
|
||
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
* SPDX-License-Identifier: Apache-2.0 | ||
* SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation | ||
* Source URL: <https://github.com/eclipse-tractusx/ssi-authority-schema-registry> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Cross-cutting Concepts | ||
|
||
## Table of Content | ||
|
||
- [Operational concepts](./08_01_operational_concept.md) | ||
- [Developer concepts](./08_02_development_concept.md) | ||
- [Security Concept](./08_03_security_concept.md) | ||
|
||
## NOTICE | ||
|
||
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
- SPDX-License-Identifier: Apache-2.0 | ||
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation | ||
- Source URL: <https://github.com/eclipse-tractusx/ssi-authority-schema-registry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Glossary | ||
|
||
## Business Glossary | ||
|
||
| Name | Abrv. | Description | | ||
|----------|-------|-------------------------------------------------------------------------------------------------------------------| | ||
| Issuer | | An entity that creates and issues credentials to individuals or organizations. | | ||
| Holder | | An individual or organization that receives and stores credentials issued by an issuer. | | ||
| Verifier | | An entity that requests and verifies credentials presented by a holder to confirm the authenticity of the claims. | | ||
|
||
## Technical Glossary | ||
|
||
| Name | Abrv. | Description | | ||
|-------------------------|-------|-------------| | ||
| Self-Sovereign Identity | SSI | A decentralized identity model where individuals or organizations have control over their digital identities without relying on a central authority. | | ||
| Schema | | A structured framework or blueprint that defines the format and types of data that can be stored in a credential. | | ||
| Credential | | A digital document that certifies certain attributes or claims about an individual or organization, issued by a trusted authority. | | ||
| Credential Definition | | A specific implementation of a schema that includes additional metadata and rules for issuing and verifying credentials. | | ||
| Decentralized Identifier | DID | A globally unique identifier that is created, owned, and controlled by the individual or organization it represents, without the need for a central registry. | | ||
| Verifiable Credential | | A tamper-evident credential that can be cryptographically verified to ensure its authenticity and integrity. | | ||
|
||
## NOTICE | ||
|
||
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
- SPDX-License-Identifier: Apache-2.0 | ||
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation | ||
- Source URL: <https://github.com/eclipse-tractusx/ssi-authority-schema-registry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Arc42 | ||
|
||
This documentation follows the arc42 template to provide a comprehensive overview of the SSI Authority & Schema Registry App. | ||
|
||
## Table of Content | ||
|
||
- [01. Introduction and Goals (To be added.)](./Index.md) | ||
- [02. Architecture Constraints](./02_architecture_constraints.md) | ||
- [03. Context and Scope](./03_system_scope_and_context.md) | ||
- [04. Solution Strategy](./04_solution_strategy.md) | ||
- [05. Building Block View](./05_building_block_view.md) | ||
- [06. Runtime View (To be added.)](./Index.md) | ||
- [07. Deployment View (To be added.)](./Index.md) | ||
- [08. Concepts](./08_concepts.md) | ||
- [09. Architecture Decisions (To be added)](./Index.md) | ||
- [10. Quality Requirements](./10_quality_requirements.md) | ||
- [11. Technical Risks (To be added)](./Index.md) | ||
- [12. Glossary](12_glossary.md) | ||
|
||
## NOTICE | ||
|
||
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). | ||
|
||
- SPDX-License-Identifier: Apache-2.0 | ||
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation | ||
- Source URL: <https://github.com/eclipse-tractusx/ssi-authority-schema-registry> |