Deleted user
Deleted user
In-url passwords doesn't work - `graphprotocol/[email protected]` ([example-subgraph](https://github.com/graphprotocol/example-subgraph)) ```bash yarn graph build --ipfs https://user:[email protected] ``` ALB return 404 for non-authenticated requests. Same request with curl return 404 from IPFS endpoint. ```...
We use the following workaround 1. Enable basic authentication on ALB for IPFS and Index node 2. Disable IPFS endpoint authentication on ALB Ingres Controller 3. Build subgraph and upload...
Recently we tested two PR's 1. [feat: add headers flag to the deploy command #905](905) 2. [fix: basic auth #927](927) Accordingly to the tests we did: 1. Inline basic authentication...
@endersonmaia, I can't test it right now but let's see my recent messages - [fix: basic auth #927](927). As it was also mentioned by the @islishude, [his PR works only...
@endersonmaia, not so, at least this we discovered during [our experiments above](880#issuecomment-1195453465) > Accordingly to the tests we did: > > 1. Inline basic authentication works only for Index node...
Related to the [case you described](https://github.com/graphprotocol/graph-node/issues/3981) it is slightly different from our one 1. We run Graph node in Kubernetes 2. We run IPFS node in Kubernetes 3. Graph node...
Can you please try to do the following tests 1. Check if credentials passed in the headers works as expected ```bash curl -v -H 'Authorization: Basic Zm9vOmJhcgo=' https://ipfs.tld ``` We...
> So what is the solution to this? Are there any specific steps to follow? App command should be found inside that issue. 1. Which graph CLI version do you...
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Yeah a port might be easier, wish you a smooth recovery, take care!