Found 0 result in total

Content is empty
If you don't find the content you expect, please try another search term
Standard Storage Service (KS3)
Access Control Management
Example of user permissions
Assign a role to an IAM user
Last updated:2021-04-28 11:04:11
The following policy grants KS3 permissions. However, all requests must originate from the specified IP address range.
To assign a role to an IAM user, perform the following steps:
{
"Version": "2015-11-01",
"Statement": [
{
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource":"krn:ksc:iam::{Trusted account ID}:role/{Rule name}"
}
]
}
Pure Mode