# README
Status: Archived
This repository has been archived and is no longer maintained.
Google Compute User Accounts - VM Software
Give yourself and others access to your virtual machines by creating Linux user accounts. User accounts have their own username and home directory on your virtual machine instances and can be created and managed programmatically through an API. Once you have created a user account, it can be used to log in to the Linux virtual machines in your project.
Installation
- Install Go
- Install FPM
- Make a deb/rpm:
make package
- Install the deb/rpm on your VM:
dpkg -i pkg/gcua_X.XXXXXXXX.XXXXXX_amd64.deb
orrpm -ivh pkg/gcua-X.XXXXXXXX.XXXXXX-X.x86_64.rpm
Usage
Contributing
See Contributing
# Packages
Package accounts provides an interface, structs, and errors needed for providing User and Group account information.
Package apiclient provides an interface for communicating with the Compute Accounts API.
No description provided by the author
No description provided by the author
Package testbase provides a unit test infrastructure and a mock AccountProvider.