matthewfranglen / postgres-elasticsearch-fdw

Postgres to Elastic Search Foreign Data Wrapper
MIT License
108 stars 32 forks source link

Authentication by headers #28

Closed Matthiosso closed 2 years ago

Matthiosso commented 2 years ago

Hi,

Thank you for your very helpful project!

Currently, I’m using an authentication system passing identifiers using headers in the request to ElasticSearch.

Would it be possible to customize headers in the request made to ElasticSearch please ?

Thank you for your help, Matthiosso

matthewfranglen commented 2 years ago

Hi,

I've been thinking about this and I don't think there is a clean way to set arbitrary headers using options as there are just too many potential headers to set. I suggest that you fork this repository and add the required headers.

The elasticsearch client is created here and you can find the uses of it by just searching for client (e.g. here it is used to get the approximate row counts).

I'm closing this ticket as I am not going to add this feature. Please don't be discouraged. If you want more help I would be happy to provide it.