Created
January 17, 2020 14:28
-
-
Save sscarduzio/3f0416fc6e886b900f4637e2889a08ab to your computer and use it in GitHub Desktop.
ROR ACL Exaples: authorization
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: "analysts group permissions" | |
indices: ["logstash-*"] | |
groups: ["analysts"] | |
users: | |
- username: ada | |
auth_key: ada:passwd1 | |
groups: ["analysts"] | |
- username: bob | |
auth_key: bob:passwd2 | |
groups: ["analysts"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment