Skip to content
Commit 16fd6955 authored by Juraj Paluba's avatar Juraj Paluba
Browse files

core-security: create secure profile

Create a new secure profile which configures authorization servers
(github and MUNI) as well as secures API endpoints.

By default the application is started in insecure mode. Meaning that no
login is required (good for scenario) and all API endpoints do not
require any authentication whatsoever.

To secure the application you must activate the 'secure' profile.
For example run the following:
`mvn spring-boot:run -Dspring-boot.profiles=secure`

or when running as jar:
`java -Dspring.profiles.active=secure -jar my-epic-jar-file.jar`
parent 2fad2eb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment