Skip to content

Instantly share code, notes, and snippets.

@rajeevshukla
Created July 26, 2020 16:39
Show Gist options
  • Save rajeevshukla/5a96d64fab3c2fe5063b19ef1fb0d815 to your computer and use it in GitHub Desktop.
Save rajeevshukla/5a96d64fab3c2fe5063b19ef1fb0d815 to your computer and use it in GitHub Desktop.
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