All Downloads are FREE. Search and download functionalities are using the official Maven repository.

c.spring-boot-admin-sample-servlet.3.3.6.source-code.application-secure.yml Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy