forked from INTO-CPS-Association/DTaaS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds new documentation (INTO-CPS-Association#803)
- Updates admin documentation for docker installation, OAuth2 authorization, independent packages. - Updates user docs for HTTP mode of lib microservice. - Adds documentation for three new examples. --------- Co-authored-by: Asti <[email protected]>
- Loading branch information
1 parent
5cd60ee
commit 89c9125
Showing
56 changed files
with
1,050 additions
and
732 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,8 +84,8 @@ This brings up the containers, without the AuthMS authentication. | |
- Currently the _email_ fields for each user in | ||
_dtaas.toml_ are not in use, and are not necessary | ||
to fill in. These emails must be configured manually | ||
for each user in the docker/conf.local or | ||
docker/conf.server files and the _traefik-forward-auth_ | ||
for each user in the | ||
deploy/docker/conf.server files and the _traefik-forward-auth_ | ||
container must be restarted. This is done as follows: | ||
|
||
- Go to the _docker_ directory | ||
|
@@ -94,13 +94,6 @@ This brings up the containers, without the AuthMS authentication. | |
cd <DTaaS>/docker | ||
``` | ||
|
||
- Add two lines to the `conf.local` file | ||
|
||
```txt | ||
rule.onlyu4.action=allow | ||
rule.onlyu4.rule=PathPrefix(`/user4`) | ||
``` | ||
|
||
- Add three lines to the `conf.server` file | ||
|
||
```txt | ||
|
@@ -109,16 +102,12 @@ rule.onlyu3.rule=PathPrefix(`/user3`) | |
rule.onlyu3.whitelist = [email protected] | ||
``` | ||
|
||
Run the appropritate command for a server/local installation: | ||
Run the command for these changes to take effect: | ||
|
||
```bash | ||
docker compose -f compose.server.yml --env-file .env up -d --force-recreate traefik-forward-auth | ||
``` | ||
|
||
```bash | ||
docker compose -f compose.local.yml --env-file .env up -d --force-recreate traefik-forward-auth | ||
``` | ||
|
||
The new users are now added to the DTaaS | ||
instance, with authorization enabled. | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -81,8 +81,8 @@ This brings up the containers, without the AuthMS authentication. | |
- Currently the _email_ fields for each user in | ||
_dtaas.toml_ are not in use, and are not necessary | ||
to fill in. These emails must be configured manually | ||
for each user in the docker/conf.local or | ||
docker/conf.server files and the _traefik-forward-auth_ | ||
for each user in the | ||
deploy/docker/conf.server files and the _traefik-forward-auth_ | ||
container must be restarted. This is done as follows: | ||
|
||
- Go to the _docker_ directory | ||
|
@@ -91,13 +91,6 @@ This brings up the containers, without the AuthMS authentication. | |
cd <DTaaS>/deploy/docker | ||
``` | ||
|
||
- Add two lines to the `conf.local` file | ||
|
||
```txt | ||
rule.onlyu4.action=allow | ||
rule.onlyu4.rule=PathPrefix(`/user4`) | ||
``` | ||
|
||
- Add three lines to the `conf.server` file | ||
|
||
```txt | ||
|
@@ -106,16 +99,12 @@ rule.onlyu3.rule=PathPrefix(`/user3`) | |
rule.onlyu3.whitelist = [email protected] | ||
``` | ||
|
||
Run the appropritate command for a server/local installation: | ||
Run the appropritate command for a server installation: | ||
|
||
```bash | ||
docker compose -f compose.server.yml --env-file .env up -d --force-recreate traefik-forward-auth | ||
``` | ||
|
||
```bash | ||
docker compose -f compose.local.yml --env-file .env up -d --force-recreate traefik-forward-auth | ||
``` | ||
|
||
The new users are now added to the DTaaS | ||
instance, with authorization enabled. | ||
|
||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.