-
Notifications
You must be signed in to change notification settings - Fork 10
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
docs: update docs for trg1 #304
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Introduction | ||
|
||
This repository provides the backend code for the SSI Credential Issuer. | ||
|
||
The following table links you to the respective documentations. | ||
|
||
| Documentation | Purpose | | ||
| ----------------------------------------------------------------- | --------------------------------------------------------------------------------- | | ||
| [Arc42](architecture/Index.md) | Architecture Documentation for the SSI Credential Issuer. | | ||
| [How to contribute](./admin/dev-process/How%20to%20contribute.md) | Information relevant, if you contribute in the SSI Credential Issuer development. | | ||
| [Administration Guide](admin/Admin_Guide.md) | Information relevant, if you want to use the SSI Credential Issuer 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-credential-issuer |
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-credential-issuer/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: 2023 Contributors to the Eclipse Foundation | ||
- Source URL: https://github.com/eclipse-tractusx/ssi-credential-issuer |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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](./issuer-service.yaml) available. | ||
|
||
## Postman | ||
|
||
There is a [postman collection](./postman) containing information on how to work with the api. | ||
|
||
## 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-credential-issuer |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
docs/architecture/Context and scope.md → ...chitecture/03_system_scope_and_context.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Content and Scope | ||
# System Context and Scope | ||
|
||
## Business Context | ||
|
||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
docs/architecture/Whitebox Overall System.md → docs/architecture/05_building_block_view.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Whitebox Overall System | ||
# Building Block View | ||
|
||
## Summary | ||
|
||
|
File renamed without changes.
File renamed without changes.
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
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-credential-issuer |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Arc42 | ||
|
||
This documentation follows the arc42 template to provide a comprehensive overview of the SSI Credential Issuer. | ||
|
||
## Table of Content | ||
|
||
- [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) | ||
- [08. Concepts](./08_concepts.md) | ||
- [10. Quality Requirements](./10_quality_requirements.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-credential-issuer |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please also mention the API Hub https://eclipse-tractusx.github.io/api-hub/ssi-credential-issuer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added