Created
July 26, 2020 16:39
-
-
Save rajeevshukla/a9d9ba03017dc59ff57c274bc6441ad7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
application: | |
name: spring-cloud-vault | |
cloud: | |
vault: | |
token: s.lL1wRFK79QQQRflLyIS3WyYm | |
scheme: http | |
host: http://127.0.0.1 | |
port: 8200 | |
# custom property which should be fetched from vault server and assigned to app.security.key | |
app: | |
security: | |
key: ${appSecurityKey} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment