idangozlan / verdaccio-bitbucket

BitBucket auth plugin for verdaccio
MIT License
7 stars 17 forks source link

[Question] Meaning of allowing a team with no roles specified #4

Closed ath88 closed 6 years ago

ath88 commented 6 years ago

The documentation makes an example: allow: TeamOne(admin), TeamX(admin|collaborator), TeamZ

Should that be interpreted as anyone in TeamZ, irregardless of role, or only users that are of type 'member'? If so, I believe it should be changed to TeamZ(member) meaning only members and TeamZ meaning everyone (disregarding their role).

ath88 commented 6 years ago

I already stand corrected. No role specified means any role is allowed. It is clearly documented in the README.md.