-
Notifications
You must be signed in to change notification settings - Fork 56
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
Adds new documentation #803
Merged
prasadtalasila
merged 9 commits into
INTO-CPS-Association:feature/distributed-demo
from
prasadtalasila:pr-786
Jun 5, 2024
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
620df14
docker documentation
astitva1905 e474d51
Removes redundant docs and adds User docs
astitva1905 3ca346c
Updates and cleans admin docs
astitva1905 353f661
Updates documentation on packages
prasadtalasila 67b88bc
Adds documentation for three new examples
prasadtalasila 5d56418
Adds screenshots to OAuth docs
prasadtalasila c3e3164
Fixes codeclimate issues
prasadtalasila 674cef5
Fixes codeclimate issues
prasadtalasila a551e6d
Fixes codeclimate issues
prasadtalasila 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
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.
Oops, something went wrong.
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.
Trailing spaces