Auth module for scsb
The scsb Middleware codebase and components are all licensed under the Apache 2.0 license, with the exception of a set of API design components (JSF, JQuery, and Angular JS), which are licensed under MIT X11.
Apache Shiro: Apache Shiro is an open-source software security framework that performs authentication, authorization, cryptography and session management. Shiro has been designed to be an intuitive and easy-to-use framework while still providing robust security features.
scsb-auth is a microservice application that uses APACHE-SHIRO to provide authentication, authorization, cryptography and session management. All the user’s authentication and authorization are done here before they can enter the application.
- Java 11
- Docker 19.03.13
1.Cloud Config Server
Dspring.cloud.config.uri=http://scsb-config-server:
Download the Project , navigate inside project folder and build the project using below command
./gradlew clean build -x test
Naviagte Inside project folder where Dockerfile is present and Execute the below command
sudo docker build -t scsb-auth .
User the below command to Run the Docker
sudo docker run --name scsb-auth -v --label collect_logs_with_filebeat="true" --label decode_log_event_to_json_object="true" -p : -e "ENV= -Dorg.apache.activemq.SERIALIZABLE_PACKAGES="*" -Dspring.cloud.config.uri=http://scsb-config-server: " --network=scsb -d scsb-auth