Hello All, I am new to Meltano . Running into U...
# getting-started
a
Hello All, I am new to Meltano . Running into UI Authentication issue. Can someone help ? Thanks
w
Hi @ajay_kulkarni. Could you please provide some details about what you're trying to do, and the issue you've encountered?
a
Hi Will
Installing meltano 2.11.1 , when try enable Auth Ui parameters, it throw Error: 500 Internal Server Error:
Following variables are set
export MELTANO_UI_BIND_PORT=5000 export MELTANO_API_PORT=5000 export PORT=5000 export MELTANO_UI_SERVER_NAME=dev-meltano.sbloantest.com:5000 export MELTANO_UI_FORWARDED_ALLOW_IPS="*" export FORWARDED_ALLOW_IPS="*" export MELTANO_UI_AUTHENTICATION=true export MELTANO_AUTHENTICATION=true export MELTANO_UI_SESSION_COOKIE_DOMAIN=dev-meltano.sbloantest.com
w
I'm not sure if this will solve the issue you're facing, but the UI documentation (https://docs.meltano.com/reference/ui#uiauthentication), suggests that you'll need to set
MELTANO_UI_SECRET_KEY
, and
MELTANO_UI_PASSWORD_SALT
. It says you can do this manually, or run
meltano ui setup <server name>
. You'll also need to add a user with
meltano user add
.
That said, the UI is deprecated, and will be removed in Meltano v3. If you've uncovered a bug in it, unfortunately it will not be fixed.
a
is that in 2.11.1 ?
w
I'm not sure what you're asking. Is what in 2.11.1? The deprecation of the UI is not version-specific - it pertains to how we're (no longer) developing it. As for
MELTANO_UI_SECRET_KEY
and
MELTANO_UI_PASSWORD_SALT
, they have been around since before version 2 if I recall correctly.
a
Is ui deprecated in 2.11.1?
Ok will try these variables
Added above variables and restarted UI
and also added a user
It is still failing
Error: 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the applicatio