Keycloak SSO not possible with docker image ? #3370
SpiderD555
started this conversation in
General
Replies: 1 comment
-
With a bit of tinkering I managed to create a Docker file which is compatible with Keycloak SSO
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to connect my docker nautobot instance 1.5.11-py3.10 with Keycloak, but I am not sure if I pass the correct local.env variables.
As per the official nautobot SSO documentation I should be referring to this page for details, but when I add needed environment variables, then I still can't use /login/keycloak url endpoint ("Page Not Found" is what I get)
SSO instruction says to adjust nautobot_config.py, but I was hoping that I could do it without messing around with base nautobot docker images and just pass needed variables in local.env. Is my thinking wrong here or is just the docker image not the right way to go with SSO ? Or maybe I should be just using generic OIDC endpoint instead ?
Beta Was this translation helpful? Give feedback.
All reactions