ansible-community/ara

How to use keycloak as a authentication provider for ARA

Sinamcp opened this issue · 2 comments

What is the issue ?

Hi, I want to use keycloak as authentication provider for ARA, is that possible? if so please tell me how to do it
I deployed ARA as a ppod on kubernetes

Hi @Sinamcp , I'm sorry I can't be of any help regarding keykloak/auth. But as you've also deployed ara on k8s, I was wondering if you maybe had the same problem as I did: #536 ?

Hi and thanks for the issue.

No one has contributed documentation about setting up ara with keycloak so I can't easily point you in the right direction.

Broadly speaking, the ara API server is based on django so if you do some research about django and keycloak, you might find something useful.

Otherwise we have docs on setting up Apache or nginx to handle authentication here: https://ara.readthedocs.io/en/latest/api-security.html#authentication-and-user-management

I'll leave this issue opened so that perhaps a user of keycloak can chime in.