-
Bug
-
Resolution: Not A Defect
-
Minor
-
Jenkins 2.387.2
SAML Plugin Version 4.464.vea_cb_75d7f5e0
When restarting the jenkins container, the Global Security configuration is resetting:
Security Realm is back to LDAP and Authorization back to Logged-in Users can do anything
There is no way the plugin can make this happen. There are two options, your changes do not persist in the file system for external issues (you use NFS, and the changes are not synced or you filesystem is read-only, or something like that), or you use Jenkins Configuration as Code (JCasC) and your configuration is loaded from the JCasC file every time you restart. In any case, something to ask in the Google groups before opening an issue.
How to report an issue