-
Notifications
You must be signed in to change notification settings - Fork 241
fix(sdb): add missing permissions set MTA-6105 #5069
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
base: main
Are you sure you want to change the base?
Conversation
- A policy can only be attached to one principal at a time. | ||
</Message> | ||
<Message type="important"> | ||
- You can choose to create a policy without a principal for now, and attach the principal later. |
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.
- You can choose to create a policy without a principal for now, and attach the principal later. | |
- You can choose to create a policy without a principal for now and attach one later. |
- `SELECT` | ||
- `SELECT` | ||
|
||
- **(/serverless-sql-databases/how-to/manage-permissions/)** allows the user to use the following commands: |
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.
Is this correct? Looks like a doc link missing the title. Just checking.
@@ -47,11 +47,14 @@ The [IAM principal](/iam/concepts/#principal) (user or application) does not hav | |||
|
|||
### Solution | |||
|
|||
[Create a new IAM policy](/iam/how-to/create-policy/) or [update an existing one](/iam/how-to/manage-policies/#how-to-edit-a-policys-rules) to grant one of the following permissions sets to the user or application: | |||
[Grant one of the following permissions](/serverless-sql-databases/how-to/manage-permissions/) sets to the user or application: |
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.
[Grant one of the following permissions](/serverless-sql-databases/how-to/manage-permissions/) sets to the user or application: | |
[Grant one of the following permissions sets](/serverless-sql-databases/how-to/manage-permissions/) to the user or application: |
- `ServerlessSQLDatabaseFullAccess` | ||
|
||
Refer to the [dedicated documentation](/serverless-sql-databases/how-to/manage-permissions/) for more information the SQL operations allowed by each permissions set. |
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.
Refer to the [dedicated documentation](/serverless-sql-databases/how-to/manage-permissions/) for more information the SQL operations allowed by each permissions set. | |
Refer to the [dedicated documentation](/serverless-sql-databases/how-to/manage-permissions/) for more information on the SQL operations allowed by each permissions set. |
Your checklist for this pull request
Description
Please describe what you added or changed.