Skip to content

Commit

Permalink
Merge branch 'security-cache-settings' into 'main'
Browse files Browse the repository at this point in the history
adding new 14.1.2 attributes

See merge request weblogic-cloud/weblogic-deploy-tooling!1512
  • Loading branch information
robertpatrick committed Oct 9, 2023
2 parents 03aebbb + 866850b commit 35c6b92
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@
"CrossSiteRecoveryLeaseUpdate": [ {"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "CrossSiteRecoveryLeaseUpdate", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 10, "wlst_type": "integer" } ],
"CrossSiteRecoveryRetryInterval": [ {"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "CrossSiteRecoveryRetryInterval", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 60, "wlst_type": "integer" } ],
"Determiner": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "Determiner${:s}", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
"DeterminerCandidateResourceInfoList": [ {"version": "[12.2.1,)", "wlst_mode": "online", "wlst_name": "DeterminerCandidateResourceInfoList", "wlst_path": "WP001", "default_value": "", "wlst_type": "jarray", "access": "IGNORED" } ],
"DeterminerCandidateResourceInfoList": [ {"version": "[12.2.1,)", "wlst_mode": "online", "wlst_name": "DeterminerCandidateResourceInfoList", "wlst_path": "WP001", "default_value": "", "wlst_type": "jarray", "access": "IGNORED" } ],
"ForgetHeuristics": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "ForgetHeuristics", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
"LocalDomainSecurityCacheEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityCacheEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
"LocalDomainSecurityCacheTTL": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityCacheTTL", "wlst_path": "WP001", "default_value": "300", "wlst_type": "integer" } ],
"LocalDomainSecurityEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
"MaxResourceRequestsOnServer": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "MaxResourceRequestsOnServer", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 50, "wlst_type": "integer" } ],
"MaxResourceUnavailableMillis": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "MaxResourceUnavailableMillis", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 1800000, "wlst_type": "long" } ],
"MaxRetrySecondsBeforeDeterminerFail": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "MaxRetrySecondsBeforeDeterminerFail", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"DeterminerCandidateResourceInfoList": [ {"version": "[12.2.1,)", "wlst_mode": "online", "wlst_name": "DeterminerCandidateResourceInfoList", "wlst_path": "WP001", "default_value": "[]", "wlst_type": "jarray", "access": "IGNORED" } ],
"Determiner": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "Determiner${:s}", "wlst_path": "WP001", "default_value": null, "wlst_type": "delimited_string" , "get_method": "LSA" } ],
"ForgetHeuristics": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ForgetHeuristics", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
"LocalDomainSecurityCacheEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityCacheEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
"LocalDomainSecurityCacheTTL": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityCacheTTL", "wlst_path": "WP001", "default_value": "300", "wlst_type": "integer" } ],
"LocalDomainSecurityEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
"MaxResourceRequestsOnServer": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxResourceRequestsOnServer", "wlst_path": "WP001", "default_value": 50, "wlst_type": "integer" } ],
"MaxResourceUnavailableMillis": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxResourceUnavailableMillis", "wlst_path": "WP001", "default_value": 1800000, "wlst_type": "long" } ],
"MaxRetrySecondsBeforeDeterminerFail": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "MaxRetrySecondsBeforeDeterminerFail", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],
Expand Down
Loading

0 comments on commit 35c6b92

Please sign in to comment.