-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to edit DataSource using SecretsManager Auth #2403
Comments
I wasn't aware of that route in the UI. Unfortunately, no, as they don't even show there, the RDS tree is empty. Other subtrees populate fine. RDS does present "Connect with Secrets Manager..." upon right-click, but none of the secrets work. I see the following exception in the "IDE Fatal Errors" in the lower right corner (a red circle with exclamation point):
|
Thank you for the stack trace. Can you tell me more about what you are trying to connect to, like what is the DB engine and version? |
It's an Aurora Postgres 10.12 Serverless v1 cluster. Access to the VPC is fine, I can run queries, browse the schema, etc. I just cannot edit the Data Source after I create it, so I've got to set it up right first shot, otherwise delete and retry. 😬 |
Checking our RDS Engines file that should work unless they changed the engine name: Line 67 in 98ffb23
@hunterwerlla I forget..were there issues with Serverless? |
Serverless V1 - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.relnotes.html How sensitive are you to the secret values? The |
The JSON blob in the secret? Our logic is coded to match the following fields:
I'll have to spin up a db to play with it to figure out what is breaking down where. The fact that it is not showing in the explorer has me concerned. |
It looks like we used the wrong API 😄 DescribeDBInstances (what we use) hides serverless, we need to switch to DescribeDBClusters. |
I am also seeing the same NullPointer, but its down in the DataGrip code, so will take longer to figure out whats wrong there. |
Traced the NPE, it is a regression in IntelliJ 2020.3.2 (maybe .1?), working on a fix for our next release. |
Describe the bug
Unable to edit Data Source properties after creation.
To reproduce
Expected behavior
To be able to edit the Data Source configuration as when initially creating it.
Screenshots
N/A
Your Environment
IntelliJ IDEA 2020.3.2 (Ultimate Edition)
Build #IU-203.7148.57, built on January 25, 2021
Runtime version: 11.0.9.1+11-b1145.77 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7
GC: ParNew, ConcurrentMarkSweep
Memory: 3005M
Cores: 8
Additional context
N/A
The text was updated successfully, but these errors were encountered: