Skip to content

Commit 404e69d

Browse files
Fixing KeyStoreTypes version range
1 parent 727b6a6 commit 404e69d

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
@@ -1345,7 +1345,7 @@
13451345
"EnableWebLogicPrincipalValidatorCache": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "EnableWebLogicPrincipalValidatorCache", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
13461346
"FullyDelegateAuthorization": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "FullyDelegateAuthorization", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
13471347
"IdentityAssertionHeaderNamePrecedence": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "IdentityAssertionHeaderNamePrecedence", "wlst_path": "WP001", "default_value": null, "wlst_type": "${list:jarray}", "wlst_read_type": "delimited_string[semicolon]", "preferred_model_type": "list", "get_method": "LSA" } ],
1348-
"KeyStoreTypes": [ {"version": "[10,12.1.3]", "wlst_mode": "online","wlst_name": "KeyStoreTypes", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
1348+
"KeyStoreTypes": [ {"version": "[10,12.2.1)", "wlst_mode": "online","wlst_name": "KeyStoreTypes", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
13491349
"ManagementIdentityDomain": [ {"version": "[12.2.1.2,)", "wlst_mode": "both", "wlst_name": "ManagementIdentityDomain", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
13501350
"MaxWebLogicPrincipalsInCache": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxWebLogicPrincipalsInCache", "wlst_path": "WP001", "default_value": "${0:500}", "wlst_type": "integer" } ],
13511351
"PasswordValidatorTypes": [ {"version": "[10,)", "wlst_mode": "online","wlst_name": "PasswordValidatorTypes", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],

0 commit comments

Comments
 (0)