Hello, it seems that the new role "StorageBuckeRole" doesnt appear as an option at 6:49 . Only your previously created role "Cloudquicklabsdemo". Any hint on how to choose it at Role assign? Thanks
@@sofianesaid226 thank you very much, it worked in that sequence! I have another question if you can help me. I upload for my application (website) an Excel file on google storage. When i m on the developement server I can access it and read information. When I deploy the app on the web, I cannot access the Excel file (Error 500). of course the code in unchanged. Note: the credentials doesnt seem to do anything, I mean with them and without them in the code the behaviour of the application is the same. I m working with django:
great video . I just have a question abut how I can send info from my python code to the bucket on google. I create the bucket previously on google cloud but im not sure what's the info or key I have to copy in my code to send this info to the bucket. (key_path = '' project_id = '' dataset_id = ''') Thanks in advance
Hi, when I am granting permission to roles, I can't find the role I just created, it only showed limited options. Also, I can't find my role after I type the first few letters in the searching bar. How can I fix that?
Thank you for watching my videos. I understand GCP IAM is bit inconveniencing. You are not able see role may due to you dont have the access on that role. Try creating new one or may be raise GCP support case.
I did it on the IAM icon and the role did appear but I can't do it in the Service Accounts section as shown in the video, is there something I'm missing?
Thank you for watching my videos. GCP does support OIDC authentication check out here.docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform
If you don't want key based authentication, you can execute the code on google cloud shell. It doesn't require such key based authentication and runs just simply by creating a client
@@cloudquicklabs I have another problem: When I try to assign the role, I cannot find it anywhere and using the filter (I type in the role name and it doesn't come up there)
Yo creé el rol en la sección de Roles y seleccioné todos los permisos que se muestran en el video, pero no me aparece el rol cuando quiero agregarlo en las cuentas de servicio. Otro comentario decía que primero hay que agregarlo en la sección IAM, y ahí sí me sale el rol, pero en la de cuentas de servicio no me sale, no sé si hay alguna configuración que se me haya pasado
@@javiervargas5388 antes crea el rol, hasta que tengas eso crea la cuenta de servicio para que cuando la estés creando le puedas asignar el rol en esa creación(de una vez) . Al menos yo, solo así pude realizarlo y asignarlo.
Thank you for watching my videos. The role I create is to enable viewers on how to create it role. While Indeed used already existing role. But both are same at access level.
@@cloudquicklabs Could this be the possible reason @chidanandanayak9609 cannot find the role? I'm experiencing the same problem (not able to find the role). They need time to update?
Hello, it seems that the new role "StorageBuckeRole" doesnt appear as an option at 6:49 . Only your previously created role "Cloudquicklabsdemo". Any hint on how to choose it at Role assign? Thanks
create a role first, after create a service account and select it from there!
@@sofianesaid226 thank you very much, it worked in that sequence! I have another question if you can help me. I upload for my application (website) an Excel file on google storage. When i m on the developement server I can access it and read information. When I deploy the app on the web, I cannot access the Excel file (Error 500). of course the code in unchanged. Note: the credentials doesnt seem to do anything, I mean with them and without them in the code the behaviour of the application is the same. I m working with django:
Thank you for watching my videos.
Indeed, you need to create role and service account related to it.
yes I am facing same issue as all pointed here.
role i created is not showing in grant access filter !
This seems to be serious issue may be good raise GCP support case here
did you solve the issue? I'm facing the same issue
@cloudquicklabs any resolution?
Hey thank you for watching my videos.
As updated above this known issue.
I would recommend you to please have a connect with GCP support.
great video . I just have a question abut how I can send info from my python code to the bucket on google. I create the bucket previously on google cloud but im not sure what's the info or key I have to copy in my code to send this info to the bucket.
(key_path = ''
project_id = ''
dataset_id = ''')
Thanks in advance
you saved my day😊. thanks a lot
Thank you for watching my videos.
Glad that it helped you.
Thank you very much great video 💪🏽🔥 new subscriptor
Thank you for watching my videos.
Glad that it helped you.
Hi, when I am granting permission to roles, I can't find the role I just created, it only showed limited options. Also, I can't find my role after I type the first few letters in the searching bar. How can I fix that?
Thank you for watching my videos.
I understand GCP IAM is bit inconveniencing. You are not able see role may due to you dont have the access on that role. Try creating new one or may be raise GCP support case.
To resolve the grant access doesn’t appear , you need to do the same in IAM icon no in the account service
I did it on the IAM icon and the role did appear but I can't do it in the Service Accounts section as shown in the video, is there something I'm missing?
What all are other ways apart from Key based Auth, Which Video I can find the other ways. Thanks
Thank you for watching my videos.
GCP does support OIDC authentication check out here.docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-google-cloud-platform
If you don't want key based authentication, you can execute the code on google cloud shell. It doesn't require such key based authentication and runs just simply by creating a client
Hello, can I reuse the existing service accounts or do I need a new one?
Thank you for watching my videos.
You can re-use it , but make sure that you have given Storage Bucket permission on it.
@@cloudquicklabs I have another problem: When I try to assign the role, I cannot find it anywhere and using the filter (I type in the role name and it doesn't come up there)
@@catnpizza I am having the same issue, did you get yours resolved?
@@sirajprincemotaung8982 Yes! Go to IAM rather than service accounts
@@sirajprincemotaung8982 I am having the same issue as well.
i dont know why the role i created is not showing in grant access filter !
Thank you for watching my videos.
Looks like you have required permissions now. Check on your access definitions here.
A quienes les da el problema de no ver el rol creado; primero creen el rol y después la cuenta de servicio para poder asignarlo.
Great, Thank you for valuable inputs here.
Much appreciated.
Yo creé el rol en la sección de Roles y seleccioné todos los permisos que se muestran en el video, pero no me aparece el rol cuando quiero agregarlo en las cuentas de servicio. Otro comentario decía que primero hay que agregarlo en la sección IAM, y ahí sí me sale el rol, pero en la de cuentas de servicio no me sale, no sé si hay alguna configuración que se me haya pasado
@@javiervargas5388 antes crea el rol, hasta que tengas eso crea la cuenta de servicio para que cuando la estés creando le puedas asignar el rol en esa creación(de una vez) . Al menos yo, solo así pude realizarlo y asignarlo.
Just check your video by yourself.... I guess the role what you created and the role what you assign both are different.....
Thank you for watching my videos.
The role I create is to enable viewers on how to create it role. While Indeed used already existing role. But both are same at access level.
@@cloudquicklabs Could this be the possible reason @chidanandanayak9609 cannot find the role? I'm experiencing the same problem (not able to find the role). They need time to update?