API 1.0.56.7 Kubernetes does not need built in SSL, because ingress solves it
This commit is contained in:
@@ -9,7 +9,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication
|
||||
import org.springframework.boot.builder.SpringApplicationBuilder
|
||||
import org.springframework.context.annotation.Bean
|
||||
|
||||
|
||||
@SpringBootApplication
|
||||
class ApiApplication {
|
||||
@Bean(name = ["jasyptStringEncryptor"])
|
||||
|
||||
@@ -21,4 +21,5 @@ class PropertyServiceForJasyptStarter {
|
||||
fun getKeyStorePasswordUsingEnvironment(environment: Environment): String? {
|
||||
return environment.getProperty("server.ssl.key-store-password")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user