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

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

There is a newer version: 3.4.0
Show 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy