Skip to content

Commit 4bc8b52

Browse files
Fix discovery of CertPathBuilder to be online only (#662)
1 parent 652a6ea commit 4bc8b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SecurityConfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@
12511251
"AuthenticationProviderTypes": [ {"version": "[10,)", "wlst_mode": "online","wlst_name": "AuthenticationProviderTypes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
12521252
"AuthorizerTypes": [ {"version": "[10,)", "wlst_mode": "online","wlst_name": "AuthorizerTypes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
12531253
"AutoRestartOnNonDynamicChanges": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AutoRestartOnNonDynamicChanges", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean" } ],
1254-
"CertPathBuilder": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CertPathBuilder", "wlst_path": "WP001", "value": {"default": "WebLogicCertPathProvider" }, "wlst_type": "string", "get_method": "GET", "set_method": "MBEAN.set_certificate_registry_mbean", "set_mbean_type": "weblogic.security.providers.pk.CertificateRegistryMBean" } ],
1254+
"CertPathBuilder": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CertPathBuilder", "wlst_path": "WP001", "value": {"default": "WebLogicCertPathProvider" }, "wlst_type": "string", "get_method": "${LSA:GET}", "set_method": "MBEAN.set_certificate_registry_mbean", "set_mbean_type": "weblogic.security.providers.pk.CertificateRegistryMBean" } ],
12551255
"CertPathProviderTypes": [ {"version": "[10,)", "wlst_mode": "online","wlst_name": "CertPathProviderTypes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
12561256
"CombinedRoleMappingEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CombinedRoleMappingEnabled", "wlst_path": "WP001", "value": {"default": "true" }, "wlst_type": "boolean" } ],
12571257
"CompatibilityObjectName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CompatibilityObjectName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],

0 commit comments

Comments
 (0)