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

Add authentication mechanism example #7

Open
JonBau opened this issue Jan 11, 2022 · 1 comment
Open

Add authentication mechanism example #7

JonBau opened this issue Jan 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JonBau
Copy link
Contributor

JonBau commented Jan 11, 2022

The service APIs require authentication and we should also add an example for that.

A first approach could be based on external authentication in the k8s ingress controller together with an identity provider, e.g. nginx together with keycloack (https://kubernetes.github.io/ingress-nginx/examples/auth/external-auth/)

However, this might not be possible on all clusters, in particular on managed k8s instances.
An alternative solution could be based on additional reverse proxys or api gateways deployed alongside the services in order to handle authentication and authorization.

@JonBau JonBau added the enhancement New feature or request label Jan 11, 2022
@m-mirz
Copy link
Contributor

m-mirz commented Jan 18, 2022

Shovon will be looking into a minimal setup including Grafana as an example service and keycloak.
This is related to PR #11

@m-mirz m-mirz self-assigned this Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants