c.spring-boot-admin-sample-servlet.3.3.6.source-code.application-secure.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-admin-sample-servlet Show documentation
Show all versions of spring-boot-admin-sample-servlet Show documentation
Spring Boot Admin Sample Servlet
The newest version!
spring:
security:
user:
name: "user"
password: "password"
boot:
admin:
client:
username: "user" #These two are needed so that the client
password: "password" #can register at the protected server api
instance:
metadata:
user.name: "user" #These two are needed so that the server
user.password: "password" #can access the protected client endpoints
info.tags.security: secured