You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiving a 403 error when trying to introspect a schema on a live running server. Server is behind a firewall, but machine where commands are run have access.
Steps to reproduce
Run rover graph introspect https://api.example.com/graphql --log debug where whatever https://api.example.com is, is behind a firewall.
Expected result
Introspection should complete as expected.
Alternatively steps to work around this issue or why it fails should be provided:
are there a range of IP addresses that could be placed in an allow-list
explanation for why it may fail if the machine is inside the whitelist, are there external api calls that are made from outside the trusted network?
Actual result
Introspection fails with error: error[E004]: HTTP status client error (403 Forbidden) for url
Environment
Rover Info:
Version: 0.4.1
Install Location: /Users/omgaz/git/ahm/api/node_modules/binary-install/bin/rover
OS: Mac OS 12.1.0 [64-bit]
Shell: /bin/zsh
The text was updated successfully, but these errors were encountered:
Issue: rover does not set a user agent in the header. This is an issue when using an AWS powered WAF with default rulesets applied (AWS#AWSManagedRulesCommonRuleSet#NoUserAgent_HEADER).
Description
Receiving a 403 error when trying to introspect a schema on a live running server. Server is behind a firewall, but machine where commands are run have access.
Steps to reproduce
Run
rover graph introspect https://api.example.com/graphql --log debug
where whatever https://api.example.com is, is behind a firewall.Expected result
Introspection should complete as expected.
Alternatively steps to work around this issue or why it fails should be provided:
Actual result
Introspection fails with error:
error[E004]: HTTP status client error (403 Forbidden) for url
Environment
Rover Info:
Version: 0.4.1
Install Location: /Users/omgaz/git/ahm/api/node_modules/binary-install/bin/rover
OS: Mac OS 12.1.0 [64-bit]
Shell: /bin/zsh
The text was updated successfully, but these errors were encountered: