-
|
We are trying to run Logchef in an environment that does not have / needs OIDC support. Is this possible ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Unfortunately, it's not possible. A lot of concepts in Logchef are built around the RBAC model that requires users/roles/permissions. You can setup a very lightweight OIDC server like this: https://github.com/mr-karan/logchef/blob/main/deployment/docker/docker-compose.yml#L66 and use static admin creds. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the response. I figured as much. :) |
Beta Was this translation helpful? Give feedback.
Unfortunately, it's not possible. A lot of concepts in Logchef are built around the RBAC model that requires users/roles/permissions.
You can setup a very lightweight OIDC server like this: https://github.com/mr-karan/logchef/blob/main/deployment/docker/docker-compose.yml#L66
and use static admin creds.