Skip to content

Commit

Permalink
Removed Kafka identity (apache#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gschiavon authored and Marcos P committed Aug 30, 2017
1 parent 6033751 commit f33d6a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ object ConfigSecurity extends Logging{
vaultToken,
SSLConfig.sslTypeDataStore,
options)
case "kafka" => SSLConfig.prepareEnvironment(vaultHost,
vaultToken,
SSLConfig.sslTypeKafkaStore,
options)
case _ => Map[String, String]()
}
secretOptions ++ agg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import org.apache.spark.internal.Logging
object SSLConfig extends Logging {

val sslTypeDataStore = "DATASTORE"
val sslTypeKafkaStore = "KAFKA"

def prepareEnvironment(vaultHost: String,
vaultToken: String,
Expand Down

0 comments on commit f33d6a3

Please sign in to comment.