GithubHelp home page GithubHelp logo

bkalatippi / springbootadminclientusingbasicauthentication Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aritnag/springbootadminclientusingbasicauthentication

0.0 1.0 0.0 6 KB

Spring Boot Admin Client Configuration using Basic HTTP Authentication

Java 100.00%

springbootadminclientusingbasicauthentication's Introduction

SpringBootAdminClientUsingBasicAuthentication

Spring Boot Admin Client Configuration using Basic HTTP Authentication

Spring Boot Admin Application can be used to manage and monitor our applications.

Client applications register with our Spring Boot Admin Client (via HTTP) or are discovered using Spring Cloud ® (e.g. Eureka, Consul). The UI is just an AngularJs application on top of the Spring Boot Actuator endpoints.

We can monitor the metrics of each of the deployed instances of the micro services

We can monitor the memory metrics of the containers and can modify the performance based on the metrics

We can change the log levels of the deployed instances in the run time without the need of restarting the containers

We can add the security on the management endpoints by implementing Basic, oAuth2 or Session Authentication.

The above properties depicts the way of securing the managements by Basic Authentication.

Multiple boot applications, all registering to same boot admin server. These applications have secured management endpoints having different authentication credentials (different username/ password for each application). The boot admin UI pops up the window to enter the credentials for each application.This way we can pass the authentication credentials from client, so that admin server automatically reads it and connects to secure endpoints.

References :

https://github.com/codecentric/spring-boot-admin

http://codecentric.github.io/spring-boot-admin/2.0.2/

springbootadminclientusingbasicauthentication's People

Contributors

aritraplaygroundtech avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.