Skip to content

Commit

Permalink
Update ConnectorConfigDefinition.java (#1009)
Browse files Browse the repository at this point in the history
Co-authored-by: Sudesh Wasnik <[email protected]>
  • Loading branch information
sfc-gh-achyzy and sudeshwasnik authored Nov 26, 2024
1 parent e6f5154 commit 0235f9f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static ConfigDef getConfig() {
OAUTH_CLIENT_ID)
.define(
OAUTH_CLIENT_SECRET,
ConfigDef.Type.STRING,
ConfigDef.Type.PASSWORD,
"",
ConfigDef.Importance.HIGH,
"Client secret of target OAuth integration",
Expand All @@ -133,7 +133,7 @@ public static ConfigDef getConfig() {
OAUTH_CLIENT_SECRET)
.define(
OAUTH_REFRESH_TOKEN,
ConfigDef.Type.STRING,
ConfigDef.Type.PASSWORD,
"",
ConfigDef.Importance.HIGH,
"Refresh token for OAuth",
Expand Down Expand Up @@ -184,7 +184,7 @@ public static ConfigDef getConfig() {
JVM_PROXY_USERNAME)
.define(
JVM_PROXY_PASSWORD,
ConfigDef.Type.STRING,
ConfigDef.Type.PASSWORD,
"",
ConfigDef.Importance.LOW,
"JVM proxy password",
Expand Down

0 comments on commit 0235f9f

Please sign in to comment.