I'm having some issues using the UI to ingest new ...
# ingestion
t
I'm having some issues using the UI to ingest new data. I have created a secret called
my-postgres-password
through the UI. Then when I create an ingestion recipe for Postgres and set the password value to
'${my-postgres-password}'
it says that it can't authenticate with the database. However, when I put the password in plain text the ingestion succeeds. Is there something I am doing wrong or must secrets follow a certain naming convention?
b
hey Nick! I'm going to look into this and get back to you asap
t
Thanks. I just made an update where I changed the password name from
my-postgres-password
to
MY_POSTGRES_PASSWORD
and it seems to work.
b
oh fantastic
b
When you create your secret does the UI let you use dashes?
It’s odd that this is happening
t
Yeah there doesn't seem to be any restriction on the secret name when using the UI
b
So weird. Let us try to reproduce this one and get back. Dashes should be supported
t
Were you able to reproduce? I'm mostly curious to know what was causing the issue.
b
Unfortunately I haven’t had time to try tonight, so if I can’t get to it I’ll try tomorrow and definitely keep you updated!