Last active
January 17, 2020 13:52
-
-
Save sscarduzio/283d7ed1c9c7699ba1b5144c29cfc040 to your computer and use it in GitHub Desktop.
ROR ACL Examples: basic access control
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: "Local, RO catalogue" | |
methods: ["GET","POST"] | |
hosts: ["127.0.0.0/24"] | |
indices: ["catalogue-*"] | |
actions: ["indices:data/read*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment