Created
January 17, 2020 14:43
-
-
Save sscarduzio/ffb9d103e5db86775d41a414c0bfa85d 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: "LDAP users via basic auth" | |
ldap_auth: | |
name: "ldap1" | |
groups: ["ldap_group1"] | |
ldaps: | |
- name: ldap1 | |
hosts: | |
- "ldaps://ldap1.foo.com:636" | |
- "ldaps://ldap2.foo.com:636" | |
ha: "ROUND_ROBIN" | |
search_user_base_DN: "ou=Staff,dc=foo,dc=com" | |
search_groups_base_DN: "ou=Groups,dc=foo,dc=com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment