This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 2c77f6a277 FINERACT-2304: Avoid retrying after the command succeed
add f28d252f17 FINERACT-2310: collate and improve security documentation
No new revisions were added by this update.
Summary of changes:
README.md | 46 +-----------
fineract-client/build.gradle | 6 +-
.../src/docs/en/chapters/deployment/https.adoc | 6 +-
.../src/docs/en/chapters/security/2fa.adoc | 17 +++++
.../src/docs/en/chapters/security/basic.adoc | 18 +++++
.../src/docs/en/chapters/security/harden.adoc | 81 +++++++++++++++++++++
.../src/docs/en/chapters/security/index.adoc | 16 +++-
.../src/docs/en/chapters/security/oauth.adoc | 85 ++++++++++++----------
fineract-doc/src/docs/en/config.adoc | 3 +-
fineract-doc/src/docs/en/preface.adoc | 2 -
.../config/swagger/fineract-input.yaml.template | 6 +-
.../survey/api/SurveyApiResource.java | 2 +-
.../accounts/api/AccountsApiResource.java | 2 +-
.../api/SelfAuthenticationApiResource.java | 2 +-
.../security/api/SelfUserDetailsApiResource.java | 2 +-
.../src/main/resources/application.properties | 1 +
16 files changed, 199 insertions(+), 96 deletions(-)
create mode 100644 fineract-doc/src/docs/en/chapters/security/2fa.adoc
create mode 100644 fineract-doc/src/docs/en/chapters/security/basic.adoc
create mode 100644 fineract-doc/src/docs/en/chapters/security/harden.adoc