Are credentials sent with Python HTTPHandler handler? #25978
Unanswered
ChrisChinchilla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to send Dagster logs to an external logging sevrice via HTTP, so I use the Python HTTPHandler logging Handler, which I think Dagster supports. And if I remove any authentication, then I receive an unauthorized error.
This is my Dagster YAML config, everything is running in Kubernetes:
I have tried enabling and disabling
secure
, and I have tried every possible formatting ofcredentials
I can think of… CSV, CSV with quotes, CSV in brackets, YAML object, YAML array, and on the ones that don't give a YAML error, I get the following error on a Dgaster run:Any idea? Is there a formatting I've missed, or is Dagster not sending the credentials correctly?
Beta Was this translation helpful? Give feedback.
All reactions