gneville-ot

Results 5 comments of gneville-ot

Thanks for the suggestion @bryanculver , that's got a little further but I still see two problems. - celery beat still complains about it trying to do an UPDATE statement....

@jathanism, I've raised https://github.com/nautobot/nautobot/pull/2600. I can now stand up the read-only instance, running in k8s. I can browse to the GUI and API access via Token works. I do however...

Thanks for the extra work @joaopsys and glad to see you were able to stand up a read-only instance. However with regards to the auth problem it appears your fix...

@joaopsys, with `DEBUG` enabled, it looks to be due to django wanting to perform an INSERT in to the `social_auth_association` table, therefore ignoring the `NAUTOBOT_SESSION_ENGINE=django.contrib.sessions.backends.cache` setting. ``` nauto_read-nautobot-1 | Traceback...

It will be good to see this in nornir-nautobot so it has parity with nornir-ansible, but for my use case I've already put something in place that does this for...