Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Support X-Pack security #200

Open
munnerz opened this issue Jan 12, 2018 · 2 comments
Open

Support X-Pack security #200

munnerz opened this issue Jan 12, 2018 · 2 comments

Comments

@munnerz
Copy link
Contributor

munnerz commented Jan 12, 2018

Elasticsearch optionally supports security through X-Pack (when using a non-basic license).

Currently, it's hard coded to disabled x-pack auth in order to simplify the Pilot (as it's local elasticsearch client will need securely telling how to communicate with the ES API).

If the user has a valid non-basic license installed, we should allow the user to configure security/users/groups.

/kind feature
/area elasticsearch

@munnerz
Copy link
Contributor Author

munnerz commented Jan 12, 2018

As of Elasticsearch 6.x, x-pack security now requires TLS is configured on all nodes in order to use.

In order to manage this, it'd be ideal if we could utilise cert-manager in some form (to save duplicating CA management efforts).

@wallrj
Copy link
Member

wallrj commented May 15, 2018

Part of: #362

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants