forked from KTH/devops-course
-
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.
Essay: Security of Microservices-based Applications (KTH#933)
- Loading branch information
1 parent
67aecb9
commit 919caf8
Showing
1 changed file
with
14 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Essay: Security of Microservices-based Applications (MSAs) | ||
## Security on MSA's Layers Communication, Application and Service Orchestration | ||
|
||
### Members | ||
Felix Seifert (fseifert@kth.se) | ||
GitHub: [felix-seifert](https://github.com/felix-seifert) | ||
|
||
### Proposal | ||
|
||
To focus more on the security of microservices-based applications (MSAs) and strengthen the presence of DevSecOps, I want to describe the need of securing three layers of MSAs and ideas on how to implement them: communication, application and service orchestration. | ||
|
||
### Suitability of Topic | ||
|
||
Martin mentioned the suitability of MSAs during the lecture. Furthermore, a [specific GitHub issue](https://github.com/KTH/devops-course/issues/11) mentions it. In addition to the suitability of project works about MSAs, the importance of security is already tremendously big and is an important part of DevSecOps. |