Skip to content

Latest commit

 

History

History

chapter-06

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Quarkus in Action Chapter 06 - Exposing and securing web applications

Available in: English


This chapter moves to the front end side of development. We create our next car rental service call the Users service in 6.1 Creating a secured web application section. You will also learn how to use a Keycloak instance (automatically started and managed through Dev Services) to authenticate your users with very little configuration. Lastly, you will also deploy a very simple production version of Keycloak using containers (Docker or Podman) in 6.4.1 Running Keycloak and PostgreSQL as container and learn how to set up your applications (Users service and Reservation service) to connect to it in 6.4.2 Wiring the services to use Keycloak.

The final version of the application after this chapter looks like this: