- Issue created by @museumboy
- πΊπΈUnited States museumboy
I added this to the readonly settings and am no longer getting any issues.
$settings['config_readonly_whitelist_patterns'] = [
'miniorange_saml.settings',
];
I've locked my production site down using the readonly module and I update settings using config sync files. This module throws the error when accessing the samllogin page:
Drupal\config_readonly\Exception\ConfigReadonlyStorageException: Your site configuration active store is currently locked. in Drupal\config_readonly\Config\ConfigReadonlyStorage->checkLock() (line 141 of /var/www/html/docroot/modules/contrib/config_readonly/src/Config/ConfigReadonlyStorage.php).
Active
3.0
User interface
I added this to the readonly settings and am no longer getting any issues.
$settings['config_readonly_whitelist_patterns'] = [
'miniorange_saml.settings',
];