Created
January 17, 2020 14:17
-
-
Save sscarduzio/341ad40271857deb044767bdb6300a45 to your computer and use it in GitHub Desktop.
ROR ACL Exaples: authentication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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