0.1.2 • Published 8 years ago
sinopia-crowd v0.1.2
Sinopia Atlassian Crowd plugin

auth plugin for sinopia supporting atlassian crowd
inspired by sinopia-github
Installation
$ npm install --save sinopia-crowd
Usage
config.yaml
auth:
crowd:
base: 'http://your-crowd-server/'
name: 'application-name'
password: 'application-password'
ttl: 300 # Time to expire cache in seconds. Default is 0
...
packages:
'groupprefix-*':
access: $authenticated
publish: group-one, group-two, user-one # these are Crowd users and/or groups
License
MIT © Thiago Rodrigues
0.1.2
8 years ago