Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration from GCloud SDK #2

Open
kidynamit opened this issue May 29, 2019 · 0 comments
Open

Migration from GCloud SDK #2

kidynamit opened this issue May 29, 2019 · 0 comments

Comments

@kidynamit
Copy link
Contributor

Currently, gcloud sdk CLI is a prerequisite for tesserarius. The problem with this is that this python application may stand alone or be ran natively as part of the bastion server project in the long-term; ideally it should.

A migration to use google-api-python-client is necessary for gcloud calls. This will mean that a GCloud Service Account has to be created for specifically for the purposes of this project. Initial permissions for this service account may include:

  • iam.roles.get
  • iam.roles.list
  • iam.serviceAccountKeys.list
  • iam.serviceAccounts.get
  • iam.serviceAccounts.getIamPolicy
  • iam.serviceAccounts.list
  • iam.serviceAccounts.setIamPolicy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant