Replies: 1 comment 5 replies
-
This is a great idea especially for |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
AWS VPC Lattice allows for securing service-to-service communication, by having services declare authorization policies, using IAM policy language.
To make this authorization scheme work, clients must sign outgoing HTTP requests using SigV4, as described here.
Question: would it make sense for Spring Cloud AWS to provide out-of-the-box request interceptors for this purpose, supporting commonly used HTTP clients such OpenFeign and Spring Interface Clients?
Thanks,
Jukka
Beta Was this translation helpful? Give feedback.
All reactions