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
Describe the bug
I setup aws connection in toolkit, then try connect via secret manager, when I test connection I got error Unexpected character ('G' (code 71)): Expected space separating root-level values at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled) To reproduce
open DataSource panel
fill host, choose secret manager auth
select credentials and region
fill secret name/arn
test connection
Expected behavior
connect success
Screenshots
Your Environment
OS: MacOS
JetBrains product: DataGrip 2024.2
JetBrains product version: 2024.2
AWS Toolkit version: latest
SAM CLI version: aws cli 2.22.5
JVM/Python version: 17
Additional context
The text was updated successfully, but these errors were encountered:
zshnb
added
the
bug
We can reproduce the issue and confirmed it is a bug.
label
Nov 26, 2024
I think by the code that maybe the plugin expects the secret to be in a json format with more fields (hence the "use the url and port from the secret"), but this is not documented anywhere.
Try changing your secret to a json with "username" and "password" keys
Describe the bug
I setup aws connection in toolkit, then try connect via secret manager, when I test connection I got error
Unexpected character ('G' (code 71)): Expected space separating root-level values at [Source: REDACTED (
StreamReadFeature.INCLUDE_SOURCE_IN_LOCATIONdisabled)
To reproduce
Expected behavior
connect success
Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: