Add new sample for oauth2 security
This commit is contained in:
@@ -6,7 +6,13 @@ spring:
|
||||
server:
|
||||
bootstrap: true
|
||||
git:
|
||||
uri: https://github.com/spring-cloud-samples/config-repo
|
||||
uri: file://${HOME}/dev/demo/config-repo
|
||||
encrypt:
|
||||
failOnError: false
|
||||
keyStore:
|
||||
location: classpath:keystore.jks
|
||||
password: ${KEYSTORE_PASSWORD:foobar} # don't use a default in production
|
||||
alias: test
|
||||
|
||||
---
|
||||
spring:
|
||||
|
||||
BIN
configserver-bootstrap/src/main/resources/keystore.jks
Normal file
BIN
configserver-bootstrap/src/main/resources/keystore.jks
Normal file
Binary file not shown.
Reference in New Issue
Block a user