Open sbadia opened 7 years ago
Hum it was an issue with my bootstrap script.
It seems that shield/elasticsearch 2.3.x
(2.3.4
) doesn't require authentication header for a POST
requests on shield native API… (/_shield/user/shield_user
), but this issue was fixed in 2.4.x
branches.
In fact if elasticsearch is configured with something else of no_access
in shield.authc.anonymous.roles
the basic auth isn't displayed.
Hello here,
It seems that this useful plugin doesn't works with an elasticsearch cluster with shield installed. I'm trying to provide credentials using a RFC1738 URI, but creds are not used by
jQuery.ajax()
req.And indeed in the shield logs:
I missed something?
My cluster is running es 2.4.5
Thanks in advance!