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

Feature Request: gcloud services identity create #5694

Closed
dhrapson opened this issue Feb 18, 2020 · 3 comments
Closed

Feature Request: gcloud services identity create #5694

dhrapson opened this issue Feb 18, 2020 · 3 comments
Assignees

Comments

@dhrapson
Copy link

Description

Please add support for the gcloud services indentity create command. This is a pre-requisite for using CMEK with CloudSQL as described in the 'Creating a service account' section of https://cloud.google.com/sql/docs/mysql/configure-cmek

The Terraform provider recently added support for configuring CMEK with CloudSQL, however the creation of this service identity via gcloud prior to running Terraform would still be necessary.

NB. That link still describes the feature usage as 'alpha', however it is currently in beta.

New or Affected Resource(s)

Something like:

  • google_service_identity

Potential Terraform Configuration

resource "google_service_identity" "my_sa_id" {
  project = "my_project_id"
  service = "sqladmin.googleapis.com"
}

References

None

@edwardmedia edwardmedia self-assigned this Feb 18, 2020
@edwardmedia
Copy link
Contributor

@dhrapson could you please file an enhancement for this request so we can prioritize it into the backlog? I am closing this issue. You can reopen it if you want to have a further discussion.

@danawillow
Copy link
Contributor

This looks like an enhancement request to me, just that the "please do not remove this line" message got removed so it didn't get auto-labeled. However, it looks like an additional issue was filed at #5697, so I'll go ahead and re-close this and we can use the other as the canonical version.

@ghost
Copy link

ghost commented Mar 21, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants