-
Notifications
You must be signed in to change notification settings - Fork 822
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
Need a kubernetes.io gsuite account to host billing report #509
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
AFAIK, no it was not done. We'd need to decide a name, get someone who has gsuite admin access to make the account (accounts cost $), decide who can have that account's password, and then move the report there. Presumably, over time there will be more such "documents", so we shouldn't scope it down too far. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
/area billing |
I did the following:
That said, I don't think we're going to be able to transfer the existing report to this user. I'm also not clear if the "Aggregated Billing Data" data source is something we have access to outside of google.com ref: https://support.google.com/datastudio/answer/9003614?hl=en&ref_topic=7442437
/assign @bartsmykla |
Thanks @spiffxp |
Removing the steering label from this since the committee has already approved creating a gsuite account :) /remove-committee steering |
$ gcloud secrets create wg-k8s-infra-billing_pw --project=k8s-gsuite --data-file=wg-k8s-infra-billing_pw.txt --replication-policy=automatic
Created version [1] of the secret [wg-k8s-infra-billing_pw]
$ gcloud secrets add-iam-policy-binding wg-k8s-infra-billing_pw --project=k8s-gsuite --role="roles/secretmanager.secretAccessor" --member="group:k8s-infra-gcp-accounting@kubernetes.io"
Updated IAM policy for secret [wg-k8s-infra-billing_pw].
bindings:
- members:
- group:k8s-infra-gcp-accounting@kubernetes.io
role: roles/secretmanager.secretAccessor
etag: BwWlYjm6vuE=
version: 1 Folks in k8s-infra-gcp-accounting@kubernetes.io (including @justinsb and @bartsmykla) can get the password via
|
/close |
@spiffxp: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The billing report today is accessible to anyone in the k8s-infra group. To make it truly world-readable we'd need to recreate it on a non google-com email.
The text was updated successfully, but these errors were encountered: