Categorygithub.com/googlecloudplatform/compute-user-accounts
module
0.0.0-20190124174641-14f7cec511cb
Repository: https://github.com/googlecloudplatform/compute-user-accounts.git
Documentation: pkg.go.dev

# README

Status: Archived

This repository has been archived and is no longer maintained.

status: inactive

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

  1. Install Go
  2. Install FPM
  3. Make a deb/rpm: make package
  4. Install the deb/rpm on your VM: dpkg -i pkg/gcua_X.XXXXXXXX.XXXXXX_amd64.deb or rpm -ivh pkg/gcua-X.XXXXXXXX.XXXXXX-X.x86_64.rpm

Usage

See GCP Documentation

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.