goofys icon indicating copy to clipboard operation
goofys copied to clipboard

goofy to use kms vpce endpoint

Open shasi24 opened this issue 9 months ago • 0 comments

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

shasi24 avatar Sep 21 '23 08:09 shasi24