Replies: 3 comments
-
SINGLE_TENANT is the same as db and kind of backward compatibility. Let me check why you get the DB error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@DenisBY I tried running keep-backend with a few variants of AUTH_TYPE and managed to have keep-backend running successfully. Can you maybe share the image hash and the command you use to run? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@shahargl found out that the problem was with quotation marks - AUTH_TYPE="DB" this works: - AUTH_TYPE=DB Marking this one as closed for now. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to follow documentation about auth and tried to set according https://docs.keephq.dev/deployment/authentication/db-auth
but getting error:
What I'm doing wrong?
I found
docker-compose-with-auth.yml
which hasAUTH_TYPE=SINGLE_TENANT
but it's not mentioned anywhere in the docs. Or I'm looking at the wrong place?Beta Was this translation helpful? Give feedback.
All reactions