Giter Site home page Giter Site logo

rainy / cas-services-management-overlay Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apereo/cas-management-overlay

0.0 2.0 0.0 90 KB

Maven war overlay for CAS services management web application

Home Page: https://www.apereo.org/cas

License: Apache License 2.0

Shell 55.61% Batchfile 44.39%

cas-services-management-overlay's Introduction

CAS Services Management Overlay

Services management web application Maven overlay for CAS with externalized configuration.

Versions

<cas.version>4.2.1</cas.version>

Recommended Requirements

  • JDK 1.7+

Externalized Configuration

The etc directory contains the sample configuration files that would need to be copied to an external file system location (/etc/cas by default) and configured to satisfy local CAS installation needs. Current files are:

  • cas-management.properties
  • user-details.properties
  • services/ServicesManagementWebApplication-52497044623301.json

Note that the log4j2.xml config file is shared with cas web context and that file should be present already in /etc/cas directory.

Build

mvnw clean package

or

mvnw.bat clean package

Deployment

Embedded Jetty

  • Create a Java keystore at /etc/cas/jetty/thekeystore with the password changeit.
  • Import your server certificate inside this keystore.
mvnw jetty:run-forked

Webapp will be available at:

  • http://localhost:8080/cas-services
  • https://localhost:8443/cas-services

External

Deploy resultant target/cas-services.war to a Servlet container of choice.

Use

Access the server on https://localhost:8443/cas-services and start adding services definitions. Also note that the CAS server services registry MUST be JSON and pointing to the same external config location for services files as this application. That setting would be in /etc/cas/cas.properties and should look like this: service.registry.config.location=file:/etc/cas/services This same property is set in /etc/cas/cas-management.properties for this application.

cas-services-management-overlay's People

Contributors

savvasmisaghmoayyed avatar dima767 avatar

Watchers

 avatar 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.