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"
} |
511f910 to
e09e78a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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