MiniO 无法获取临时凭证 java.security.ProviderException: STS service failed with HTTP status code 403
已完成Access Keys配置
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"admin:*"
]
},
{
"Effect": "Allow",
"Action": [
"kms:*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::*"
]
},
{
"Effect": "Allow",
"Action": [
"admin:BandwidthMonitor",
"admin:Prometheus",
"admin:Profiling",
"admin:ServerTrace",
"admin:ConsoleLog",
"admin:ServerInfo",
"admin:TopLocksInfo",
"admin:OBDInfo"
],
"Resource": [
"arn:aws:s3:::*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation",
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::*"
]
}
}
]
}
报错
java.security.ProviderException: STS service failed with HTTP status code 403
配置
请先登录再写评论。
评论
2 条评论