gocd-contrib / gomatic

A Python API for configuring GoCD
https://pypi.python.org/pypi/gomatic
MIT License
142 stars 59 forks source link

Add basic support for view-only user access #23

Closed holderbaum closed 7 years ago

holderbaum commented 7 years ago

We have to create view-only users for certain pipeline groups so that we are able to give restricted access to e.g. dashboard user accounts.

This small patch allows us doing so and should lay the foundation for further user management from gomatic. Thanks to @pellepelster for awesome pairing on this pull request.