-
Notifications
You must be signed in to change notification settings - Fork 357
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
Update GCP credentials docs #6837
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
||
The ``gcp-bucket`` module requires permissions to access storage buckets and objects. These permissions were originally assigned using the **Storage Legacy Bucket Writer** role, but it is no longer available for selection, so it will be necessary to create a new one. | ||
|
||
To do so, follow these steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To do so, follow these steps: | |
To create the new role, follow these steps: |
|
||
To do so, follow these steps: | ||
|
||
1. Go to the **Roles** section and click on **Create Role**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Go to the **Roles** section and click on **Create Role**. | |
#. Go to the **Roles** section and click on **Create Role**. |
To do so, follow these steps: | ||
|
||
1. Go to the **Roles** section and click on **Create Role**. | ||
2. Choose a name and click on **Add Permissions**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Choose a name and click on **Add Permissions**. | |
#. Establish a **Title** and click on **Add Permissions**. |
|
||
1. Go to the **Roles** section and click on **Create Role**. | ||
2. Choose a name and click on **Add Permissions**. | ||
3. On the search bar, type **Storage Legacy Bucket Writer** and select the following permissions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. On the search bar, type **Storage Legacy Bucket Writer** and select the following permissions: | |
#. On the search bar, filter available permissions by typing **Storage Legacy Bucket Writer**. Select the following ones: |
681b78e
to
0f57c64
Compare
Creating a custom role | ||
---------------------- | ||
|
||
The ``gcp-bucket`` module requires permissions to access storage buckets and objects. These permissions were originally assigned using the **Storage Legacy Bucket Writer** role, but it is no longer available for selection, so it will be necessary to create a new one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ``gcp-bucket`` module requires permissions to access storage buckets and objects. These permissions were originally assigned using the **Storage Legacy Bucket Writer** role, but it is no longer available for selection, so it will be necessary to create a new one. | |
The ``gcp-bucket`` module requires permissions to access storage buckets and objects. To create a role with the required permissions, follow these steps: |
|
||
The ``gcp-bucket`` module requires permissions to access storage buckets and objects. These permissions were originally assigned using the **Storage Legacy Bucket Writer** role, but it is no longer available for selection, so it will be necessary to create a new one. | ||
|
||
To create the new role, follow these steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To create the new role, follow these steps: |
Description
Improves the GCP credentials documentation by adding a new section explaining how to create a custom role for the gcp-bucket module and a service account creation image.
Checks
Docs building
Code formatting and web optimization
redirects.js
script if necessary (check this guide).Writing style
code
font for Bash commands, file names, REST paths, and code.