Commit bfc3d44b authored by Manuel's avatar Manuel

updated documentation

parent 2078b53e
...@@ -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
...@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment