Spring Boot Micro-service fails Kerberos Authentication when deployed on Pivotal Cloud Foundry Platform

前端 未结 1 1437
轻奢々
轻奢々 2021-01-17 04:22

We have developed a Spring Boot Application to query data from Hbase on HDP 2.5.
The application works fine when we run it on our local windows machines as it is able t

相关标签:
1条回答
  • 2021-01-17 04:56

    You can specify an environment variable in your deployment manifest file. Here are the details.

    This is assuming your jar file was packaged with krb5.conf file.

    The other option is to use Config Server. Here is an introduction on Spring Cloud Config

    0 讨论(0)
提交回复
热议问题