Skip to content

Commit

Permalink
Merge pull request #20 from datasharingframework/v1.3.0
Browse files Browse the repository at this point in the history
DSF 1.3.0 release
  • Loading branch information
hhund authored Oct 11, 2023
2 parents 1151620 + 4a382a5 commit c385be3
Show file tree
Hide file tree
Showing 24 changed files with 1,838 additions and 16 deletions.
12 changes: 0 additions & 12 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
70 changes: 67 additions & 3 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default hopeTheme({
prefix: "/stable/",
children: [
{
text: "Guideline v1.2.0 (stable)",
text: "Guideline v1.3.0 (stable)",
icon: "info",
children: ["index", "maintain/install", "maintain/upgrade-from-0", "maintain/allowList-mgm", "develop/create"],
}
Expand All @@ -62,7 +62,7 @@ export default hopeTheme({
text: "Versions",
icon: "note",
// children:["/v1/"],
children: [{ text: "v1.2.0 (stable)", link: "/stable/" }, { text: "v1.1.0", link: "/v1.1.0/" }, { text: "v1.0.0", link: "/v1.0.0/" }, { text: "v0.9.3 (oldstable)", link: "/oldstable/"}],
children: [{ text: "v1.3.0 (stable)", link: "/stable/" }, { text: "v1.2.0", link: "/v1.2.0/" }, { text: "v1.1.0", link: "/v1.1.0/" }, { text: "v1.0.0", link: "/v1.0.0/" }, { text: "v0.9.3 (oldstable)", link: "/oldstable/"}],
},
{
text: "",
Expand Down Expand Up @@ -164,7 +164,7 @@ export default hopeTheme({
children: ["create", "upgrade-from-0" ],
},
],
"/v1.2.0/": [
"/v1.3.0/": [
{
text: "Home",
icon: "home",
Expand Down Expand Up @@ -224,6 +224,70 @@ export default hopeTheme({
children: ["create", "upgrade-from-0" ],
},
],
"/v1.2.0/": [
{
text: "Home",
icon: "home",
link: "/",
},
{
text: "Current version",
icon: "update",
link: "/stable",
},
{
text: "Maintain a DSF instance",
icon: "tool",
prefix: "maintain/",
link: "maintain/",
children: ["install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", {
text: "FHIR Reverse Proxy",
icon: "module",
prefix: "fhir-reverse-proxy/",
link: "fhir-reverse-proxy/",
children: [{
icon: "config",
text: "Configuration",
link: "configuration"
}]
}, {
text: "FHIR Server",
icon: "module",
prefix: "fhir/",
link: "fhir/",
children: [{
icon: "config",
text: "Configuration",
link: "configuration"
}, {
icon: "config",
text: "Access Control",
link: "access-control"
}, {
icon: "config",
text: "OpenID Connect",
link: "oidc"
}]
}, {
text: "BPE Server",
icon: "module",
prefix: "bpe/",
link: "bpe/",
children: [{
icon: "config",
text: "Configuration",
link: "configuration"
}]
}],
},
{
text: "Develop process plugins",
icon: "plugin",
prefix: "develop/",
link: "develop/",
children: ["create", "upgrade-from-0" ],
},
],
"/v1.1.0/": [
{
text: "Home",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/stable
7 changes: 7 additions & 0 deletions docs/src/v1.3.0/develop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Develop Process Plugins
icon: plugin
---
## Overview
- [Create a new process plugin](create)
- [Upgrade processes from 0.9.x](upgrade-from-0)
10 changes: 10 additions & 0 deletions docs/src/v1.3.0/develop/create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Create a new process plugin
icon: code
---
::: tip Work in progress
We are currently in the process of updating the written documentation on how to create a DSF process plugin. In the meantime we recommend to study the oldstable version of the [process plugin tutorial](/oldstable/guideline/tutorial/). Additionally, we recommend to take a look at the upgraded DSF processes here:
- The [hello world plugin](https://github.com/datasharingframework/dsf-process-hello-world)
- The [ping pong plugin](https://github.com/datasharingframework/dsf-process-ping-pong)
- The [update allowlist plugin](https://github.com/datasharingframework/dsf-process-allow-list)
:::
10 changes: 10 additions & 0 deletions docs/src/v1.3.0/develop/upgrade-from-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Upgrade processes from 0.9.x
icon: update
---
::: tip Work in progress
We are currently in the process of updating the written documentation on how to upgrade a DSF process plugin to DSF 1.0.0. In the meantime we recommend to take a look at the provided sample plugin and the upgraded DSF plugins:
- The [hello world plugin](https://github.com/datasharingframework/dsf-process-hello-world)
- The [ping pong plugin](https://github.com/datasharingframework/dsf-process-ping-pong)
- The [update allowlist plugin](https://github.com/datasharingframework/dsf-process-allow-list)
:::
4 changes: 4 additions & 0 deletions docs/src/v1.3.0/dsf-for-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: DSF for Developers
icon: info
---
31 changes: 31 additions & 0 deletions docs/src/v1.3.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: DSF 1.3.0
icon: guide
---

Data Sharing Framework 1.x is the new major release of the Data Sharing Framework. Click [here](/intro/) to find more information about the DSF in general.
::: tip Important note
This is a major DSF release not compatible with 0.9.x and older version developed at https://github.com/highmed/highmed-dsf.
:::

# System Administrators

- [Upgrade from DSF 0.9.x.](maintain/upgrade-from-0)
- [Upgrade from DSF 1.x.](maintain/upgrade-from-1)
- [Install DSF 1.3.0](maintain/install)


# Developers
- [Create a new process plugin](develop/create)
- [Upgrade from DSF 0.9.x.](develop/upgrade-from-0)

## New features
- Improved versioning to support up- and downwards-compatibility
- Enhanced web ui to start processes in the web browser
- Allow local user authentication and authorization with OpenID Connect
- New process plugin API
- Removed mostly unused features to simplify instance configuration
- Unified proxy setup
- Many more features, see [1.x release-notes](https://github.com/datasharingframework/dsf/releases)


16 changes: 16 additions & 0 deletions docs/src/v1.3.0/maintain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Maintain a DSF instance
icon: tool
---
## Overview
- [Install DSF 1.3.0](install)
- [Upgrade from DSF 0.9.x](upgrade-from-0)
- [Allow List Management](allowList-mgm)
- FHIR Reverse Proxy
- [Configuration Parameters](fhir-reverse-proxy/configuration)
- FHIR Server
- [Configuration Parameters](fhir/configuration)
- [Access Control](fhir/access-control)
- [OpenID Connect](fhir/oidc)
- BPE Server
- [Configuration Parameters](bpe/configuration)
33 changes: 33 additions & 0 deletions docs/src/v1.3.0/maintain/allowList-mgm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Allow List Management
icon: share
---
You can read all about the concept of Allow Lists [here](/intro/info/allowList.md).

## Overview
To simplify the DSF Allow List Management we have built a portal for administration. The portal is managed by the Gecko Institute at Heilbronn University. You as an DSF administrator can create or update your Allow List information. The information you provide on this portal will be transferred to us and will be used to built Allow List bundles that get distributed to the communication partners of the distributed processes.

The DSF Allow List management tool uses client certificates for authentication. You can either use your personal client certificate or the client certificate from your DSF BPE, which needs to be added to your webbrowser. For instructions on how to add a client certificate to your browser, please follow <a href="https://www.ssl.com/how-to/configuring-client-authentication-certificates-in-web-browsers/">here</a>.
Currently, the Allow List Management Tool is only for DSF <b>TEST</b> infrastructure. For production, please write us an <a href="mailto:[email protected]">E-Mail</a> with your information.

## Prerequisites
1. Deployed DSF instance (test infrastructure)
1.1 If none exists yet, read [here](install)
2. Certificate
2.1 If none exists yet, read [here](install#client-server-certificates)
3. Organization identifier (FQDN of your organization website, e.g. *hs-heilbronn.de*)
4. FHIR Endpoint URL (e.g. *https://gth.gecko.hs-heilbronn.de/fhir* )
5. Contact details from a responsible person of your organization
6. Access to the E-Mail address from your organization for verification


## Start here
When you have fulfilled all the prerequisites, you can start managing your Allow Lists on the <a href="https://allowlist-test.gecko.hs-heilbronn.de/">DSF Allow List Management Tool</a>.
At the beginning, a popup will appear where you have to select your certificate. Only then you will have access to the website.


::: tip Ideas for improvement?
Have you found an error or is something unclear to you? Then please feel free to contact us on the <a href="https://mii.zulipchat.com/#narrow/stream/392426-Data-Sharing-Framework-.28DSF.29">MII-Zulip Channel</a> or write us at <a href="mailto:[email protected]">[email protected]</a>. Thank you very much!
:::


6 changes: 6 additions & 0 deletions docs/src/v1.3.0/maintain/bpe/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: BPE Server
icon: module
---
## Overview
- [Configuration Parameters](configuration)
Loading

0 comments on commit c385be3

Please sign in to comment.