PENEKhun / springdog

(개발중) 캡스톤 디자인 - SW의 안전성 지원을 위한 서비스형 보안 라이브러리 개발
Apache License 2.0
0 stars 0 forks source link

Springdog

Build Status Codecov Maven Central JavaDoc License

Add security configuration to your Spring application effortlessly by simply adding a Springdog. No additional code configuration is required!

Since it's still in beta, the software currently has limited features. If you're interested in following the project's progress, please press the ⭐ button to stay updated.

Requirements

⚠️ Requires Spring Boot 3.x

Dependencies

It hasn't been deployed yet, please be patient.

Overview

TODO: fill with screenshots.

Options

Below is a list of keys/default values for all settings.

springdog:
  agent:
    basePath: springdog
    username: admin
    password: admin
    externalAccess: false
Name Required Description Default Value Sets
springdog.agent //////// The Springdog agent configuration. //////// ////////
basePath x The base path for the agent. Used to access the springdog agent from a deployed server, such as {{host}}/springdog. The basePath used with this option should never be used as the controller mapping address for your application. springdog
username x The username for the Springdog agent. Empty fields are not allowed. admin
password x The password for the Springdog agent. Empty fields are not allowed. admin
externalAccess x Whether to allow external access to the Springdog agent. If false, access from external IPs is not allowed. false

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. More information can be found in the CONTRIBUTING.md file.

License

This project is licensed under the terms of the Apache 2.0 license.