-
Notifications
You must be signed in to change notification settings - Fork 3
feat(router): AWS Sigv4 #543
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
base: main
Are you sure you want to change the base?
Conversation
✅
|
|
🐋 This PR was built and pushed to the following Docker images: Image Names: Platforms: Image Tags: Docker metadata{
"buildx.build.ref": "builder-85e51de3-06fa-44c2-abd5-251f695b0847/builder-85e51de3-06fa-44c2-abd5-251f695b08470/h5zcxq8fk3nvfpvf8j1ouynnv",
"containerimage.descriptor": {
"mediaType": "application/vnd.oci.image.index.v1+json",
"digest": "sha256:f533220c85bb39860df9d799ba58631f4804d15c20430602e79ee6a9f9f0cdf3",
"size": 1609
},
"containerimage.digest": "sha256:f533220c85bb39860df9d799ba58631f4804d15c20430602e79ee6a9f9f0cdf3",
"image.name": "ghcr.io/graphql-hive/router:pr-543,ghcr.io/graphql-hive/router:sha-f55e2c2"
} |
4cffb36 to
c709bec
Compare
|
🐋 This PR was built and pushed to the following Docker images: Image Names: Platforms: Image Tags: Docker metadata{
"buildx.build.ref": "builder-95be6c59-c61d-4009-a754-1cf8d7612457/builder-95be6c59-c61d-4009-a754-1cf8d76124570/z3v1yv8w81yesxhxygt1iejta",
"containerimage.descriptor": {
"mediaType": "application/vnd.oci.image.index.v1+json",
"digest": "sha256:a3d7dd5341144ae4cc1c477ccd7b865d202338c23bacf45eced00b5cd33ce2a6",
"size": 1609
},
"containerimage.digest": "sha256:a3d7dd5341144ae4cc1c477ccd7b865d202338c23bacf45eced00b5cd33ce2a6",
"image.name": "ghcr.io/graphql-hive/router:pr-543,ghcr.io/graphql-hive/router:sha-f4c758c"
} |
Ref ROUTER-123
Similar to https://www.apollographql.com/docs/graphos/routing/security/subgraph-authentication#:~:text=The%20GraphOS%20Router%20and%20Apollo,hasn't%20been%20tampered%20with.
AWS's official SDK was too complex. I used https://github.com/apache/opendal-reqsign of Apache which supports other cloud providers, too. In the future, we can add support for these too, maybe?
Documentation -> graphql-hive/console#7235