React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
This setup has been working well for months but recently it started to fail with this error:
[01:57:58.914] ERROR (40): Could not load credentials from any providers
err: {
"type": "CredentialsProviderError",
"message": "Could not load credentials from any providers",
"stack":
CredentialsProviderError: Could not load credentials from any providers
at /graph-explorer/node_modules/.pnpm/@aws-sdk+credential-provider-node@3.669.0_@aws-sdk+client-sso-oidc@3.669.0_@aws-sdk+client-st_jgfgvmcemvjj3jgtiyicg7kanm/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js:136:13
at /graph-explorer/node_modules/.pnpm/@smithy+property-provider@3.1.7/node_modules/@smithy/property-provider/dist-cjs/index.js:97:33
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async coalesceProvider (/graph-explorer/node_modules/.pnpm/@smithy+property-provider@3.1.7/node_modules/@smithy/property-provider/dist-cjs/index.js:124:18)
at async /graph-explorer/node_modules/.pnpm/@smithy+property-provider@3.1.7/node_modules/@smithy/property-provider/dist-cjs/index.js:142:18
at async getIAMHeaders (file:///graph-explorer/packages/graph-explorer-proxy-server/dist/node-server.js:21:19)
at async retryFetch (file:///graph-explorer/packages/graph-explorer-proxy-server/dist/node-server.js:36:26)
at async fetchData (file:///graph-explorer/packages/graph-explorer-proxy-server/dist/node-server.js:96:26)
"name": "CredentialsProviderError",
"tryNextLink": false
}
Graph Explorer could not synchronise with Neptune Database as a result.
Environment
OS: Amazon Linux 2
Browser: Any browser
Graph Explorer Version: latest or 1.10.1
Graph Database & Version: 1.3.2.1
Expected Behavior
To use IAM auth from EC2 and connect to Neptune Database.
[!IMPORTANT]
If you are interested in working on this issue or have submitted
a pull request, please leave a comment.
[!TIP]
Please use a 👍 reaction to provide a +1/vote.
This helps the community and maintainers prioritize this request.
Description
I run a set of userdata commands to spin up Graph Explorer in an EC2.
Auth is via IAM auth and EC2 have the necessary IAM role attached.
This setup has been working well for months but recently it started to fail with this error:
Graph Explorer could not synchronise with Neptune Database as a result.
Environment
Expected Behavior
To use IAM auth from EC2 and connect to Neptune Database.