Securing Applications
Security is a key requirement of every enterprise system. In this chapter, we will learn how to effectively secure Quarkus services using a variety of approaches. The first approach we will put into practice embeds the security layer within our service. This can still be considered a valid solution for rapid application development and testing. On the other hand, when moving our service into production, we need to avoid this extreme centralization. Therefore, the next strategy we will learn about is how the Quarkus service can connect to a distributed security system such as Keycloak. The last topic in this chapter is about encrypting the HTTP channel through some easy configuration steps.
In this chapter, we will cover ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access