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
@sofianesaid2268 ай бұрын
create a role first, after create a service account and select it from there!
@eleftheriosanagnostopoulos13998 ай бұрын
@@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:
@cloudquicklabs8 ай бұрын
Thank you for watching my videos. Indeed, you need to create role and service account related to it.
@priyan3065 ай бұрын
yes I am facing same issue as all pointed here. role i created is not showing in grant access filter !
@cloudquicklabs5 ай бұрын
This seems to be serious issue may be good raise GCP support case here
@javiervargas53883 ай бұрын
did you solve the issue? I'm facing the same issue
@7lockwood729 күн бұрын
@cloudquicklabs any resolution?
@cloudquicklabs28 күн бұрын
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.
@karimovich_013 ай бұрын
you saved my day😊. thanks a lot
@cloudquicklabs3 ай бұрын
Thank you for watching my videos. Glad that it helped you.
@FIBONACCIVEGA6 ай бұрын
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
@nathanliao44398 ай бұрын
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?
@cloudquicklabs8 ай бұрын
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.
@criptosbussiness544 ай бұрын
Thank you very much great video 💪🏽🔥 new subscriptor
@cloudquicklabs4 ай бұрын
Thank you for watching my videos. Glad that it helped you.
@criptosbussiness544 ай бұрын
To resolve the grant access doesn’t appear , you need to do the same in IAM icon no in the account service
@javiervargas53883 ай бұрын
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?
@catnpizza Жыл бұрын
Hello, can I reuse the existing service accounts or do I need a new one?
@cloudquicklabs Жыл бұрын
Thank you for watching my videos. You can re-use it , but make sure that you have given Storage Bucket permission on it.
@catnpizza Жыл бұрын
@@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)
@sirajprincemotaung8982 Жыл бұрын
@@catnpizza I am having the same issue, did you get yours resolved?
@catnpizza Жыл бұрын
@@sirajprincemotaung8982 Yes! Go to IAM rather than service accounts
@abbaali-concern7457 Жыл бұрын
@@sirajprincemotaung8982 I am having the same issue as well.
@mayank.agrawal Жыл бұрын
What all are other ways apart from Key based Auth, Which Video I can find the other ways. Thanks
@cloudquicklabs Жыл бұрын
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
@ammarfasih3866 Жыл бұрын
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
@chidanandanayak9609 Жыл бұрын
i dont know why the role i created is not showing in grant access filter !
@cloudquicklabs Жыл бұрын
Thank you for watching my videos. Looks like you have required permissions now. Check on your access definitions here.
@sharonestefanytagualgodoy5453 ай бұрын
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.
@cloudquicklabs3 ай бұрын
Great, Thank you for valuable inputs here. Much appreciated.
@javiervargas53883 ай бұрын
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
@sharonestefanytagualgodoy5453 ай бұрын
@@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.
@srujanathmaktantragnan358210 ай бұрын
Just check your video by yourself.... I guess the role what you created and the role what you assign both are different.....
@cloudquicklabs10 ай бұрын
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.
@xhoques10 ай бұрын
@@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?