92783/how-to-create-a-custom-role-from-a-yaml-file-in-gcp
Hi Guys,
I have configured the GCP SDK in the Windows system. I want to create a custom role from a YAML file in GCP. How can I do that?
Hi@akhtar,
You can create an IAM role in GCP with the help of a file or with flags. The following command can be used to create an IAM role from a YAML file.
$ gcloud iam roles create ProjectUpdater --organization=12345 --file=role_file_path
To create a custom role, a caller ...READ MORE
To allow outbound traffic through a custom ...READ MORE
Buckets are the basic containers that hold your ...READ MORE
In case you are using Cloud storage ...READ MORE
Hi@akhtar, If you are trying to launch an ...READ MORE
Hi@MD, You can follow the below steps to ...READ MORE
Hi@akhtar, GCP Shell has a command named gcloud. ...READ MORE
Hi@akhtar, GCP shell has a command named gcloud. ...READ MORE
Hi@akhtar, If you are using the default VPC ...READ MORE
Hi@akhtar, To deploy your app on App Engine, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.