sparse-intern-71089
10/26/2020, 6:11 PMcool-fireman-90027
10/26/2020, 6:52 PMmember
can be a google account, a service account, …
Here is an example of a gcp service account with gke.
https://github.com/pulumi/examples/tree/master/gcp-ts-gke-serviceaccount
It is in typescript, but the same could be built in python.bland-lamp-16797
10/26/2020, 9:11 PMprojects.IAMMember
and not
serviceaccount.IAMMember
as I wrote here.
I just needed to assign ServiceAccount from another project. I needed to use projects.IAMMember
and not serviceaccount.IAMMember
for this.
serviceaccount.IAMMember
is cool to create service account, but I just needed to assign service account from project X to project Y.
Got confused on the way...
Thanks !