0.1.2 • Published 8 years ago

sinopia-crowd v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Sinopia Atlassian Crowd plugin NPM version Build Status Dependency Status Coverage percentage

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