Information security in microservices architectures
Închide
Articolul precedent
Articolul urmator
207 0
SM ISO690:2012
BAZENIUC, Ivan, ZGUREANU, Aureliu. Information security in microservices architectures. In: Electronics, Communications and Computing: IC|ECCO-2021, Ed. 11, 21-22 octombrie 2021, Chişinău. Chișinău, Republica Moldova: Technical University of Moldova, 2021, Editia 11, p. 56. ISBN 978-9975-45-776-7.
EXPORT metadate:
Google Scholar
Crossref
CERIF

DataCite
Dublin Core
Electronics, Communications and Computing
Editia 11, 2021
Conferința "Electronics, Communications and Computing"
11, Chişinău, Moldova, 21-22 octombrie 2021

Information security in microservices architectures


Pag. 56-56

Bazeniuc Ivan, Zgureanu Aureliu
 
Academy of Economic Studies of Moldova
 
 
Disponibil în IBN: 27 aprilie 2022


Rezumat

In this paper we investigate how can be provided security of an information system, which uses a microservice architecture. So, using of microservice architecture means that information system can be easily developed, deployed, and tested, but, on the other hand it means that it should be protected differently than the information system using monolith architecture. Firstly, a software architect should decide if each service should be protected separately or should be better to protect the system on the whole. Choosing the right way of protecting is very important, because, in some cases, protection of each service separately is not the best idea, as this could lead to code duplication. This means that, in case of necessity of changes a piece of code or fixing a bug it should be done everywhere this code appears. To avoid this, there are developed some services - so called gateways, which, also, very often have implemented the function of user/client authentication and authorization using protocol OAuth 2.0. Anyway, at each stage of development and implementation of a software product, it is necessary to solve many security related problems, and if it will not be done properly, then the company may incur enormous material losses or even may be closed.