Skip to content

Commit

Permalink
DP-123 sg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtBurns7 committed Nov 29, 2024
1 parent b4f1c26 commit ce9b41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ object Credentials {
def getSecretValue(secretName: String, table_name: String = Constants.CREDSTASH_TABLE_NAME ):
String = {
val key: String =
s"credstash -t $table_name -r ap-south-1 get $secretName".!!.trim
s"credstash -t $table_name -r ap-southeast-1 get $secretName".!!.trim
key
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Constants {
// seconds
final val QUERY_TIMEOUT = 10800

final val CREDSTASH_TABLE_NAME = "credstash-prod-emr-sqoop"
final val CREDSTASH_TABLE_NAME = "kubestash-de"

final val CREATED_DATE = "created_date"
final val CREATED_AT = "created_at"
Expand Down

0 comments on commit ce9b41a

Please sign in to comment.