Karl
11/06/2024, 8:08 AM--header "x-api-key: XYZ123"
However when I try to use the prefect-client and supply the api-key like this PrefectClient(api="<https://path.to.selfhosted.prefect.com/api>",api_key="XYZ123")
on the same endpoint I get a Forbidden
message back from api-gateway.
I suspect that the PrefectClient does not support the x-api-key format that api-gateway is expecting and that is why it's failing. So my question is:
Would this work if I made api-gateway accept "Authorization Bearer XYZ123"
or is PrefectClient using some other way of presenting the api key?
Thanks!Karl
11/06/2024, 9:47 AM