Skip to content

Commit b300352

Browse files
authored
Enable Redshift/RDS features (#2074)
1 parent adf0ce1 commit b300352

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Allow connecting to RDS/Redshift databases with temporary IAM AWS credentials or a SecretsManager secret"
4+
}

jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383
<depends optional="true" config-file="ext-python.xml">com.intellij.modules.python</depends>
8484
<depends optional="true" config-file="ext-nodejs.xml">JavaScriptDebugger</depends>
8585
<depends optional="true" config-file="ext-rider.xml">com.intellij.modules.rider</depends>
86-
<!--TODO enable to enable RDS/Redshift features-->
87-
<!--depends optional="true" config-file="ext-datagrip.xml">com.intellij.database</depends-->
86+
<depends optional="true" config-file="ext-datagrip.xml">com.intellij.database</depends>
8887

8988
<xi:include href="/META-INF/change-notes.xml" xpointer="xpointer(/idea-plugin/*)">
9089
<xi:fallback/>

0 commit comments

Comments
 (0)