You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting with config file setting Butler.restServerApiDocGenerate: true all checking of cert file presence is disabled, all settings except the REST server can (should!) be disabled.
The rationale for this setting is that a minimal feature mode is needed when automatically creating REST API docs.
Butler needs to be started for this to be possible, but when doing this as part of the CI pipeline we don't want any real certificate files or other sensitive settings to be used.
The text was updated successfully, but these errors were encountered:
When starting with config file setting
Butler.restServerApiDocGenerate: true
all checking of cert file presence is disabled, all settings except the REST server can (should!) be disabled.The rationale for this setting is that a minimal feature mode is needed when automatically creating REST API docs.
Butler needs to be started for this to be possible, but when doing this as part of the CI pipeline we don't want any real certificate files or other sensitive settings to be used.
The text was updated successfully, but these errors were encountered: