Ignore:
Timestamp:
Nov 22, 2009, 8:54:11 PM (14 years ago)
Author:
broder
Message:

Re-arrange the authz configuration.

In particular, even if we allow for mixing of multiple authz
mechanisms at some point, you won't have multiple instances of the
locker authz type, so the "type" shouldn't be a property of each of
the cells we specify how to authenticate against.

Location:
trunk/packages/xvm-prodconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-prodconfig/debian/changelog

    r2497 r2557  
    22
    33  * Add configuration for the git repositories.
    4 
    5  -- Evan Broder <broder@mit.edu>  Sun, 11 Oct 2009 18:34:39 -0400
     4  * Re-arrange the authz configuration.
     5
     6 -- Evan Broder <broder@mit.edu>  Sun, 22 Nov 2009 20:27:55 -0500
    67
    78xvm-prodconfig (1.1.14) unstable; urgency=low
  • trunk/packages/xvm-prodconfig/master.yaml

    r2514 r2557  
    77
    88authz:
    9  - type: afs
    10    cell: athena.mit.edu
     9 mech: invirt.authz.locker
     10 cells:
     11 - cell: athena.mit.edu
    1112   auth: yes
    12  - type: afs
    13    cell: sipb.mit.edu
     13 - cell: sipb.mit.edu
    1414   auth: yes
    1515
Note: See TracChangeset for help on using the changeset viewer.