Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement access control concepts #27

Open
GuentherJulian opened this issue Oct 19, 2021 · 1 comment · May be fixed by #39
Open

Implement access control concepts #27

GuentherJulian opened this issue Oct 19, 2021 · 1 comment · May be fixed by #39
Assignees
Labels

Comments

@GuentherJulian
Copy link
Contributor

GuentherJulian commented Oct 19, 2021

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.

@GuentherJulian GuentherJulian added the enhancement New feature or request label Oct 19, 2021
@GuentherJulian
Copy link
Contributor Author

GuentherJulian commented Oct 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant