User Access Control for Dokku.
This plugin adds user access control (Command permission, Git - push/pull for each App)
- dokku 0.4.0+
- docker 1.8.x
# on 0.4.x
dokku plugin:install https://github.com/mainto/dokku-access.git access
access:admin Show list of admins with access to run all command
access:admin-add <user> Allow users access to run all command
access:admin-remove <user> Revoke users access to run all command
access:admin-removeAll Revoke all users access to run all command
access:git <app> Show list of users with access to app repository
access:git-add <app> <user> Allow user access to the app repository
access:git-remove <app> <user> Revoke users access to the app repository
access:git-removeAll <app> Revoke all users access to the app repository
using dokku ssh-keys command, you can add or remove users to dokku.
By default root or admin can run command and access to repositories. Using dokku access command, you can give access to users.