GithubHelp home page GithubHelp logo

conxgit / cas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zzozz/cas

0.0 1.0 0.0 2.47 MB

Jasig CAS 4.1 Docker Image with war building, ldap, database, cas-management support

Java 52.80% Shell 7.97% CSS 31.43% JavaScript 7.80%

cas's Introduction

#DockerFile for JASIG CAS Jasig Cas 4.1 image with cas-management

##Prerequisites

  • docker
  • JVM & maven (war building)
  • docker-compose
  • ssl certificates

##image build mvn clean package;docker-compose rm -f;docker-compose build;docker-compose up

##sample config You can find sample config in sample folder, it use:

  • SQLSERVER_USER_DATABASE for authentication (SHA1 password storage)
  • LDAP_USER Authentication
  • MYSQL Ticket & Service Storage (shared with cas-management application)
  • Theme customization folder

Copy this folder in the /conf folder.

#Copy this folder in the /conf folder.
cp -pr ./sample/conf ./conf
#Copy sample docker-compose file
cp docker-compose.yml.sample docker-compose.yml
#Edit the file

##docker-compose.yml You can adapt the file with your own config.

  • VIRTUAL_HOST -> the url used by your cas server
  • ADMIN_USER -> tomcat manager username (https://cas.my_domain.com/management)
  • ADMIN_PASSWD -> tomcat manager passwd
  • CACERT_URL -> URL where your own Certification Authority for your ldaps server can be downloaded
  • /Users/vincent/Documents/my_certificate_folder -> location of the folder that store the ssl certificate of your server (see (https://github.com/jwilder/nginx-proxy))

cas's People

Contributors

zzozz avatar

Watchers

Mduduzi Keswa 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.