Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Simpify traditional access control parameters #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 24, 2019

  1. Simpify traditional access control parameters

    Instead of allowing `undef`, plain strings or arrays of strings, just
    allow arrays of strings.  Parameters that previously defaulted to `undef`
    now default to empty arrays.
    
    This allows us to simplify the templates and we no longer have
    `Optional` parameters that have default values set. (`ro_community`
    defaulting to `'public'` but allowing `undef` didn't make much sense
    previously.)
    
    View-based Access Control Model (VACM) is still recommended, but
    traditional access control is no longer deprecated.
    alexjfisher committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    ab5c009 View commit details
    Browse the repository at this point in the history