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

Service Account Operations #1

Open
2 of 6 tasks
kidynamit opened this issue May 29, 2019 · 2 comments
Open
2 of 6 tasks

Service Account Operations #1

kidynamit opened this issue May 29, 2019 · 2 comments

Comments

@kidynamit
Copy link
Contributor

kidynamit commented May 29, 2019

Adding gcloud service account operations to the featureset

  • extensions.serviceaccount.create --name ACCOUNT_NAME Create a service account under the rehive-services project, with a project role.
  • extensions.serviceaccount.list List valid service accounts under the rehive-service project. (Valid service account are one with that use the custom roles defined under the rehive project).
  • extensions.serviceaccount.get --name ACCOUNT_NAME Get service account details under the rehive-services project. This will include the roles, display_name, and IAM policy.
  • platform.serviceaccount.create --name ACCOUNT_NAME Create a service account under the rehive-core project, with a project role.
  • platform.serviceaccount.list List valid service accounts under the rehive-core project.
  • platform.serviceaccount.get --name ACCOUNT_NAME Get service account details under the rehive-core project. This will include the roles, display_name, and IAM policy.
@kidynamit
Copy link
Contributor Author

Updated spec to include the following verbs: update and delete.

@kidynamit
Copy link
Contributor Author

fixed #3

@kidynamit kidynamit reopened this Jun 6, 2019
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