Skip to content

Instantly share code, notes, and snippets.

@sscarduzio
Created January 17, 2020 14:17
Show Gist options
  • Save sscarduzio/341ad40271857deb044767bdb6300a45 to your computer and use it in GitHub Desktop.
Save sscarduzio/341ad40271857deb044767bdb6300a45 to your computer and use it in GitHub Desktop.
ROR ACL Exaples: authentication
readonlyrest:
access_control_rules:
- name: "user1 can see logstash data"
auth_key: "user1:password"
indices: ["logstash-*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment