Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtBurns7 committed Mar 5, 2024
1 parent 27f3095 commit 83a5693
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ object JDBCImport {

object credentials {
def getSecretValue(secretName: String, table_name: String): String = {
val key : String = s"credstash -t $table_name -r ap-south-1 get $secretName" !!
val key : String =
s"credstash -t $table_name -r ap-south-1 get $secretName" !!
key
}
}
Expand Down

0 comments on commit 83a5693

Please sign in to comment.