1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-04 15:32:55 +00:00

feat: Deprecate usage of ...SSL_CA_LOCATION config param

This commit is contained in:
2024-02-09 08:15:01 +01:00
parent 5355eee05c
commit 2e4fee97a8
2 changed files with 7 additions and 5 deletions

View File

@ -53,9 +53,11 @@ data class GPasConfigProperties(
val target: String = "etl-processor",
val username: String?,
val password: String?,
val sslCaLocation: String?,
) {
@get:DeprecatedConfigurationProperty(
reason = "Deprecated in favor of including Root CA"
)
val sslCaLocation: String?
) {
companion object {
const val NAME = "app.pseudonymize.gpas"
}