Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SMART
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UNI-KLU
SMART
Commits
bfc3d44b
Commit
bfc3d44b
authored
Aug 05, 2020
by
Manuel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated documentation
parent
2078b53e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
README.md
README.md
+3
-0
authentication.png
documentation/images/authentication.png
+0
-0
security.yml
src/modules/security/security.yml
+2
-2
No files found.
README.md
View file @
bfc3d44b
...
@@ -22,3 +22,6 @@ The scripts *build.py* and *deploy.py* are used to create Docker images and depl
...
@@ -22,3 +22,6 @@ The scripts *build.py* and *deploy.py* are used to create Docker images and depl
1.
The semantic linking microservice receives the notification and GETs all traces (including the new one) from the trace retrieval microservice
1.
The semantic linking microservice receives the notification and GETs all traces (including the new one) from the trace retrieval microservice
1.
All traces can now be processed
1.
All traces can now be processed
![
Input handling image
](
documentation/images/input-handling.png
)
![
Input handling image
](
documentation/images/input-handling.png
)
## API Authentication
![
Authentication diagram
](
documentation/images/authentication.png
)
\ No newline at end of file
documentation/images/authentication.png
0 → 100644
View file @
bfc3d44b
53 KB
src/modules/security/security.yml
View file @
bfc3d44b
...
@@ -3,9 +3,9 @@ securityDefinitions:
...
@@ -3,9 +3,9 @@ securityDefinitions:
type
:
apiKey
type
:
apiKey
name
:
Authorization
name
:
Authorization
in
:
header
in
:
header
x-apikeyInfoFunc
:
"
security_util.verifyTokenRegular"
x-apikeyInfoFunc
:
"
security
.security
_util.verifyTokenRegular"
JwtAdmin
:
JwtAdmin
:
type
:
apiKey
type
:
apiKey
name
:
Authorization
name
:
Authorization
in
:
header
in
:
header
x-apikeyInfoFunc
:
"
security_util.verifyTokenAdmin"
x-apikeyInfoFunc
:
"
security
.security
_util.verifyTokenAdmin"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment