diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-10-21 07:01:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-21 07:01:01 +0000 |
commit | fa32b08201cc407e22e7b75f3ea16be8d929c4f1 (patch) | |
tree | 2d68522e74bb96f80bd41b396691c0e2a092bf7a /kubernetes/policy/components/policy-clamp-ac-http-ppnt/resources/config | |
parent | c78cc6b182237e2d39f894614f686144aa654a3c (diff) | |
parent | 72ffede6b1b0d07fd7a90ab04650b8a06b6ba751 (diff) |
Merge "[POLICY] Exclude JDBC from CLAMP ACM participants"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-http-ppnt/resources/config')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-ac-http-ppnt/resources/config/HttpParticipantParameters.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-http-ppnt/resources/config/HttpParticipantParameters.yaml b/kubernetes/policy/components/policy-clamp-ac-http-ppnt/resources/config/HttpParticipantParameters.yaml index c8532499a6..51d4b47a15 100644 --- a/kubernetes/policy/components/policy-clamp-ac-http-ppnt/resources/config/HttpParticipantParameters.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-http-ppnt/resources/config/HttpParticipantParameters.yaml @@ -17,6 +17,11 @@ # ============LICENSE_END========================================================= spring: + autoconfigure: + exclude: > + org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, + org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, + org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration security: user: name: ${RESTSERVER_USER} |