Skip to content

Commit

Permalink
PIN-3515 Deleted selfcare-product-id Key
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed Oct 25, 2023
1 parent d826e9b commit 1b2a028
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-standalone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authorization-process {
api-keys {
selfcare-v2-client = "a_secret_key"
}
selfcare-product-id = ${SELFCARE_PRODUCT_ID}

jwt {
audience = ${ACCEPTED_AUDIENCES}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ object ApplicationConfiguration {

require(jwtAudience.nonEmpty, "Audience cannot be empty")

val selfcareProductId: String = config.getString("authorization-process.selfcare-product-id")

val readModelConfig: ReadModelConfig = {
val connectionString: String = config.getString("authorization-process.read-model.db.connection-string")
val dbName: String = config.getString("authorization-process.read-model.db.name")
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/application-test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authorization-process {
api-keys {
selfcare-v2-client = "selfcare-v2-client-key"
}
selfcare-product-id = "selfcare-product-id"

jwt {
audience = "audience"
}
Expand Down

0 comments on commit 1b2a028

Please sign in to comment.