You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im trying to use Goofy in an environment with S3 and KMS endpoints, also my role has condition to check if the request made from my specific KMS VPC endpoint.
"StringEquals": {
"aws:SourceVpce": [
"vpce-XXXXXXXXXXX" # My kms vpce id
]
}
I keep getting denied!
Only when I remove that condition everything works ok.
Any ideas?
thanks
The text was updated successfully, but these errors were encountered:
Hi,
Im trying to use Goofy in an environment with S3 and KMS endpoints, also my role has condition to check if the request made from my specific KMS VPC endpoint.
I keep getting denied!
Only when I remove that condition everything works ok.
Any ideas?
thanks
The text was updated successfully, but these errors were encountered: