hello and sorry if this has been posted before; I have been finding confusing information (to write the least) on the n8n’s REST api authentication.
For example, according to this : Authenticating with the n8n REST API: A Comprehensive Guide - API n8n
there should be both API KEY based (via the X-N8N-API-KEY header), as well as basic authentication supported. It appears however that basic auth only works on the HTTP frontend, but not on the REST api interfaces.
My questions: has Basic auth been deprecated on n8n’s own REST API?
If the answer to the previous one is affirmative, what is the correct way to deploy N8N unsupervised / via devops (for example on kubernetes)?
Thank you and sorry if I re-raise this question, I could not find satisfactory answers yet..
PS: I am using the latest version of n8n