79463625

Date: 2025-02-24 13:09:35
Score: 1
Natty:
Report link

It seems that your Vault is overriden by Git. Try this in your application.yml:

...
    spring:
...
      cloud:
        config:
          allowOverride: false
          overrideNone: true
...

see: https://docs.spring.io/spring-cloud-config/reference/server/environment-repository/using-bootstrap-to-override-properties.html

Reasons:
  • Whitelisted phrase (-1): Try this
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pavlo.P