bcgov / ckanext-bcgov

BC Data Catalogue source code, main ckan extension
http://catalogue.data.gov.bc.ca
GNU Affero General Public License v3.0
24 stars 23 forks source link

Added auth function to restrict access to private groups #881

Closed joe-taylor closed 3 years ago

joe-taylor commented 3 years ago

Per bcgov/ckan-ui#447, private groups should only be visible to logged in users (i.e. government users). These code changes ensure that this business requirement is met at the API level. Verbiage update in UI forthcoming, to clarify what is meant by "private".

joe-taylor commented 3 years ago

This also applies to bcgov/ckan-ui#589