Skip to content

Instantly share code, notes, and snippets.

@ryanramage
Created May 29, 2013 22:28
Show Gist options
  • Save ryanramage/5674350 to your computer and use it in GitHub Desktop.
Save ryanramage/5674350 to your computer and use it in GitHub Desktop.
Kujua Lite - Hosted security settings.

Kujua Lite - Hosted security settings.

After installing an instance of Kujua-Lite, it is fairly easy to administer access to it. This document will explain how.

Goal

  • To ensure only members of the group 'organizationX' have access to an instance of kujua-lite.

Prerequisites

Step 1

Create a new group in the garden dashboard.

Step 2

Adjust kujua-lite access settings.

  • Go to http://dev.medicmobile.org:5984/dashboard/_design/dashboard/_rewrite/settings#/apps
  • On the row with the newly installed kujua app, click settings.
  • Click on the tab 'User Access'
  • Select the radio 'Specified Groups'
  • Type 'organizationX' and select it.
  • Click 'Save Changes'

Users

Add a user to the new organiztion

  • Go to http://dev.medicmobile.org:5984/dashboard/_design/dashboard/_rewrite/settings#/users
  • Click 'Add User'
  • Enter the username or email address
  • Choose a password, or generate one.
  • In the groups field, make sure 'organizationX' is added
  • Click on one of the add options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment