sscarduzio / elasticsearch-readonlyrest-plugin

Free Elasticsearch security plugin and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing
https://readonlyrest.com
GNU General Public License v3.0
953 stars 165 forks source link

How configure in docker compose with this plugin #845

Closed andyge2014 closed 2 years ago

andyge2014 commented 2 years ago

Hi,I have a situation. My elk is built using docker compose. Someone knows how to add readonlyrest plugin. Like this: version: '3.4' services: es01: image: docker.elastic.co/elasticsearch/elasticsearch:7.13.4 container_name: es01 environment:

thanks for your help!

sscarduzio commented 2 years ago

This can be useful

https://raw.githubusercontent.com/sscarduzio/ror-docker-demo/master/Dockerfile

coutoPL commented 2 years ago

see also our docker-composes: https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin/tree/develop/docker-envs

andyge2014 commented 2 years ago

Thank you!@sscarduzio @coutoPL