You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get closer to a real-world application, we should implement aspects of access control that show how authentication and authorization are implemented within a Quarkus application. As mentioned here, we should focus on Keycloak for authentication and authorization based on JWT.
There was a PR to add those aspects for our old reference application in the devonfw-microservice repo: devonfw-forge/devonfw-microservices#32
To keep the application as simple as it is now, maybe we can add a new branch for this feature.
The text was updated successfully, but these errors were encountered:
The old PR also included files for Kubernetes deployment and adding security by integrating Istio. Since service meshes like Istio provide the ability to add authentication and authorization in a cluster, we should also show examples of files to deploy the application in a cluster in collaboration with Istio.
To get closer to a real-world application, we should implement aspects of access control that show how authentication and authorization are implemented within a Quarkus application. As mentioned here, we should focus on Keycloak for authentication and authorization based on JWT.
There was a PR to add those aspects for our old reference application in the devonfw-microservice repo: devonfw-forge/devonfw-microservices#32
To keep the application as simple as it is now, maybe we can add a new branch for this feature.
The text was updated successfully, but these errors were encountered: