- Cloud Native programming with Golang
- Mina Andrawos Martin Helmich
- 171字
- 2021-07-02 20:03:43
Securing Microservices
Welcome to the third chapter in our journey to learn modern Go cloud programming. In this chapter, we will secure the restful API service that was authored in the preceding chapter.
Before we start ping into the code we need to write, there are some key concepts that we have to cover in order to provide a decent knowledge foundation.
As we covered in the preceding chapter, web applications need to make use of HTTP (which is an application-level protocol) in order to communicate. HTTP by itself is not secure, which means that it sends data over plain text. Obviously, if we are trying to send credit card information or sensitive personal data, we would never want to send it as a clear text. Fortunately, HTTP communications can be secured via a protocol known as TLS (Transport Layer Security). The combination of HTTP and TLS is known as HTTPS.
In this chapter, we will cover the following topics:
- The internal workings of HTTPS
- Securing microservices in Go
- Serverless架構(gòu):無服務(wù)器應(yīng)用與AWS Lambda
- 知識定義的6G網(wǎng)絡(luò)通感算資源智能調(diào)度
- 室內(nèi)分布系統(tǒng)規(guī)劃與設(shè)計(jì):GSM/TD-SCDMA/TD-LTE/WLAN
- 通信原理
- 通信電子線路
- 電子工程師自學(xué)速成:設(shè)計(jì)篇(第2版)
- 電力通信光纜施工實(shí)訓(xùn)教程
- 深入理解邊緣計(jì)算:云、邊、端工作原理與源碼分析
- 大數(shù)據(jù),我要把你變成錢(《商業(yè)評論》MIT斯隆管理評論精選)
- 移動通信天線技術(shù)與工程應(yīng)用
- 任務(wù)驅(qū)動學(xué)模擬電子技術(shù)
- 物聯(lián)網(wǎng)關(guān)鍵技術(shù)
- 電視機(jī)原理與實(shí)訓(xùn)
- 網(wǎng)絡(luò)功能虛擬化:NFV架構(gòu)、開發(fā)、測試及應(yīng)用
- Android深度探索(卷1):HAL與驅(qū)動開發(fā)