Skip to content
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

goofy to use kms vpce endpoint #771

Open
shasi24 opened this issue Sep 21, 2023 · 0 comments
Open

goofy to use kms vpce endpoint #771

shasi24 opened this issue Sep 21, 2023 · 0 comments

Comments

@shasi24
Copy link

shasi24 commented Sep 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant