GluuFederation / community-edition-setup

Scripts and templates to automate deployment and configuration of the Gluu Server Community Edition
https://gluu.org/docs/ce
MIT License
188 stars 58 forks source link

feat(oxAuth+oxTrust): Do not enable Person Authentication script if there is error in script #1018

Open mzico opened 10 months ago

mzico commented 10 months ago

Currently if we want to enable any script it complete sanity checks on runtime but script keep itself in "enabled" mode. By keeping it in enable, end user might fall into lockout condition if not careful.

Is it possible to keep script in disable mode if there is any problem with script?