c.spring-boot-admin-sample-servlet.3.1.1.source-code.application-secure.yml Maven / Gradle / Ivy
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
© 2015 - 2026 Weber Informatics LLC | Privacy Policy