GitXplorerGitXplorer
p

addme

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
63ac1f1d33084bf6cbb2e9c5b206688855a9b6c3

use custom button

pptone committed 7 years ago
Unverified
00ce015d85a04ffce6a31ea5fb194c6c4fa31c83

readme tuneup

pptone committed 7 years ago
Unverified
e977bae73d34f0a2590691426c069ba95fec3b5e

tweak instructions

pptone committed 7 years ago
Unverified
9e06c3a6079952f5621b1e07081d2b82840a8edb

add some more docs and make sure it can not work as is

pptone committed 7 years ago
Verified
dccd767cb0dabf7b2d3fbe709b3f872da0bf0c72

Create LICENSE

pptone committed 7 years ago
Unverified
8bf3ff29eb611fa067ef7ce6c75459497ce49fa5

readme tweak

pptone committed 7 years ago

README

The README file for this repository.

Addme

An easier way to ask someone to add a service's account to a developer project.

OAuth flows are good for granting access to User owned resources, but don't work well for Cloud infrastructure projects.

addme

This repo demonstrates how to use the https://cloud.google.com/shell/docs/open-in-cloud-shell feature to make it easier to ask someone to grant access to their project for your service.

Try it out (note, for security reasons, this is a nonsense service account, and will error):

Open in Cloud Shell

How to use

  • Fork this repo
  • Edit the 'addme' script to contain your actual service account and desired role
  • See the docs for "Open in Cloud Shell" - you can use a different custom button and host the button anywhere on your site.

THIS IS NOT A GOOGLE PRODUCT