Giter VIP home page Giter VIP logo

spring-boot-admin-samples's Introduction

spring-boot-admin-samples

This repository contains some examples using Spring Boot Admin.

basic-auth

This examples shows how to add basic auth credentials when accessing the client managment endpoints without exposing them to the user. Fixed credentials are used, which must be the same for every client application. Every user who gains access to the admin server, can acces all client applications.

To implement this you simply need to add a ZuulFilter which adds the authorization header.

spring-session

This examples uses spring session backed by redis to secure the admin server. The client application can decide whether the user has access or not.

The code is basically taken from the great Spring guide on using Spring Security and Angular JS. Only small changes are necessary from the tutorial to make this run with Spring Boot Admin.

oauth2

This example shows how to secure your endpoints and the admin server using oauth2. The client application can decide wheter the user has access or not.

The code is basically taken from the great Spring guide on using Spring Security and Angular JS and only adapted so that the ui server becomes the admin server and the necessary security config to allow the health-checks.

spring-boot-admin-samples's People

Contributors

joshiste avatar

Watchers

James Cloos avatar GalaxyStar 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.