elasticsearch-readonlyrest-plugin icon indicating copy to clipboard operation
elasticsearch-readonlyrest-plugin copied to clipboard

Free Elasticsearch security plugin and Kibana security plugin: super-easy Kibana multi-tenancy, Encryption, Authentication, Authorization, Auditing

Results 25 elasticsearch-readonlyrest-plugin issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to use this plugin to authorize requests behind an **AWS ALB**. Actually this load-balancer adds an `X-Amzn-Oidc-Data` header containing an JWT token. Unfortunately, I can't make this...

Hi, below is my readonlyrest.yml. I have a problem that when the user login, and use the Dev tool to query. Every time even it matches documents the return data...

[jCasbin](https://github.com/casbin/jcasbin) is an authorization library that supports models like ACL, RBAC, ABAC. Related to RBAC, casbin has several advantages: 1. roles can be cascaded, aka roles can have roles. 2....

Hello, We use more and more Vault (Hashicorp) in our company, and I wonder if it was planned an integration of this type? I am starting to test authentications under...

Hi @sscarduzio ,I have been trying to use this plugin with sentinl for alerting but due to ror authorization i am getting error log "No indices found",as it is not...

Generated shortened URL: http://:5601/goto/cc53da21315575db0b204f500037c0fa Upon enabling basic auth, getting the following error message: _{"statusCode":406,"error":"Not Acceptable","message":"Short url target path must be in the format \"/app/{{appId}}\", found \"/\""}_ Though this works just...

Hello, I'm trying to ship some logs directly from Beats to an Elasticsearch Cluster with Rest plugin. I have used the basic configuration with SSL enabled: ```yml http.type: ssl_netty4 readonlyrest:...

```bash > docker run -p 19200:9200 -e "discovery.type=single-node" -e "ES_JAVA_OPTS=-Xms512m -Xmx512m" beshultd/elasticsearch-readonlyrest:8.12.0-ror-1.55.0 Elasticsearch needs to be patched to work with ReadonlyREST. You can read about patching in our documentation: https://docs.readonlyrest.com/elasticsearch#id-3.-patch-elasticsearch....