Skip to content

Commit 52ff51e

Browse files
committed
Merge branch 'oct-23-psus' into 'main'
aliases changes for the Oct 23 PSUs See merge request weblogic-cloud/weblogic-deploy-tooling!1521
2 parents c7c6741 + 8e7eac2 commit 52ff51e

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

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

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,10 @@
10711071
"AssertionEncryptionDecryptionKeyAlias": [ {"version": "[12.2.1.4,)", "wlst_mode": "both", "wlst_name": "AssertionEncryptionDecryptionKeyAlias", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
10721072
"AssertionEncryptionDecryptionKeyPassPhraseEncrypted": [ {"version": "[12.2.1.4,)", "wlst_mode": "both", "wlst_name": "AssertionEncryptionDecryptionKeyPassPhraseEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "get_method": "GET", "secret_suffix": "assertionkeypass" } ],
10731073
"AssertionEncryptionEnabled": [ {"version": "[12.2.1.4,)", "wlst_mode": "both", "wlst_name": "AssertionEncryptionEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
1074-
"AssertionSubjectSessionTimeoutCheckEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "AssertionSubjectSessionTimeoutCheckEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
1074+
"AssertionSubjectSessionTimeoutCheckEnabled": [
1075+
{"version": "[12.2.1.4.0.231010,14.1.1)", "wlst_mode": "both", "wlst_name": "AssertionSubjectSessionTimeoutCheckEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" },
1076+
{"version": "[14.1.1.0.0.231012,)", "wlst_mode": "both", "wlst_name": "AssertionSubjectSessionTimeoutCheckEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" }
1077+
],
10751078
"AuthnRequestMaxCacheSize": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AuthnRequestMaxCacheSize", "wlst_path": "WP001", "default_value": 10000, "wlst_type": "integer" } ],
10761079
"AuthnRequestTimeout": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AuthnRequestTimeout", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],
10771080
"BasicAuthPasswordEncrypted": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "BasicAuthPasswordEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "get_method": "GET", "secret_suffix": "basicauth" } ],
@@ -1108,9 +1111,18 @@
11081111
"ServiceProviderEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
11091112
"ServiceProviderPostBindingEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderP${ost:OST}BindingEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
11101113
"ServiceProviderPreferredBinding": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderPreferredBinding", "wlst_path": "WP001", "default_value": "${__NULL__:None}", "wlst_type": "string" } ],
1111-
"ServiceProviderSingleLogoutBinding": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutBinding", "wlst_path": "WP001", "default_value": "${__NULL__:HTTP/Redirect}", "wlst_type": "string" } ],
1112-
"ServiceProviderSingleLogoutEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
1113-
"ServiceProviderSingleLogoutRedirectUri": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutRedirect${Uri:URIs}", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "list" } ],
1114+
"ServiceProviderSingleLogoutBinding": [
1115+
{"version": "[12.2.1.4.0.231010,14.1.1)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutBinding", "wlst_path": "WP001", "default_value": "${__NULL__:HTTP/Redirect}", "wlst_type": "string" },
1116+
{"version": "[14.1.1.0.0.231012,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutBinding", "wlst_path": "WP001", "default_value": "${__NULL__:HTTP/Redirect}", "wlst_type": "string" }
1117+
],
1118+
"ServiceProviderSingleLogoutEnabled": [
1119+
{"version": "[12.2.1.4.0.231010,14.1.1)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" },
1120+
{"version": "[14.1.1.0.0.231012,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" }
1121+
],
1122+
"ServiceProviderSingleLogoutRedirectUri": [
1123+
{"version": "[12.2.1.4.0.231010,14.1.1)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutRedirect${Uri:URIs}", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "list" },
1124+
{"version": "[14.1.1.0.0.231012,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutRedirect${Uri:URIs}", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "list" }
1125+
],
11141126
"SignAuthnRequests": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "SignAuthnRequests", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
11151127
"SsoSigningKeyAlias": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "S${so:SO}SigningKeyAlias", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
11161128
"SsoSigningKeyPassPhraseEncrypted": [

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

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,10 @@
10811081
"AssertionEncryptionDecryptionKeyAlias": [ {"version": "[12.2.1.4,)", "wlst_mode": "both", "wlst_name": "AssertionEncryptionDecryptionKeyAlias", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
10821082
"AssertionEncryptionDecryptionKeyPassPhraseEncrypted": [ {"version": "[12.2.1.4,)", "wlst_mode": "both", "wlst_name": "AssertionEncryptionDecryptionKeyPassPhraseEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "get_method": "GET", "secret_suffix": "assertionkeypass" } ],
10831083
"AssertionEncryptionEnabled": [ {"version": "[12.2.1.4,)", "wlst_mode": "both", "wlst_name": "AssertionEncryptionEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
1084-
"AssertionSubjectSessionTimeoutCheckEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "AssertionSubjectSessionTimeoutCheckEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
1084+
"AssertionSubjectSessionTimeoutCheckEnabled": [
1085+
{"version": "[12.2.1.4.0.231010,14.1.1)", "wlst_mode": "both", "wlst_name": "AssertionSubjectSessionTimeoutCheckEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" },
1086+
{"version": "[14.1.1.0.0.231012,)", "wlst_mode": "both", "wlst_name": "AssertionSubjectSessionTimeoutCheckEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" }
1087+
],
10851088
"AuthnRequestMaxCacheSize": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AuthnRequestMaxCacheSize", "wlst_path": "WP001", "default_value": 10000, "wlst_type": "integer" } ],
10861089
"AuthnRequestTimeout": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AuthnRequestTimeout", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],
10871090
"BasicAuthPasswordEncrypted": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "BasicAuthPasswordEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "get_method": "GET", "secret_suffix": "basicauth" } ],
@@ -1118,9 +1121,18 @@
11181121
"ServiceProviderEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
11191122
"ServiceProviderPostBindingEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderP${ost:OST}BindingEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
11201123
"ServiceProviderPreferredBinding": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderPreferredBinding", "wlst_path": "WP001", "default_value": "${__NULL__:None}", "wlst_type": "string" } ],
1121-
"ServiceProviderSingleLogoutBinding": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutBinding", "wlst_path": "WP001", "default_value": "${__NULL__:HTTP/Redirect}", "wlst_type": "string" } ],
1122-
"ServiceProviderSingleLogoutEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
1123-
"ServiceProviderSingleLogoutRedirectUri": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutRedirect${Uri:URIs}", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "list" } ],
1124+
"ServiceProviderSingleLogoutBinding": [
1125+
{"version": "[12.2.1.4.0.231010,14.1.1)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutBinding", "wlst_path": "WP001", "default_value": "${__NULL__:HTTP/Redirect}", "wlst_type": "string" },
1126+
{"version": "[14.1.1.0.0.231012,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutBinding", "wlst_path": "WP001", "default_value": "${__NULL__:HTTP/Redirect}", "wlst_type": "string" }
1127+
],
1128+
"ServiceProviderSingleLogoutEnabled": [
1129+
{"version": "[12.2.1.4.0.231010,14.1.1)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" },
1130+
{"version": "[14.1.1.0.0.231012,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" }
1131+
],
1132+
"ServiceProviderSingleLogoutRedirectUri": [
1133+
{"version": "[12.2.1.4.0.231010,14.1.1)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutRedirect${Uri:URIs}", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "list" },
1134+
{"version": "[14.1.1.0.0.231012,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutRedirect${Uri:URIs}", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "list" }
1135+
],
11241136
"SignAuthnRequests": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "SignAuthnRequests", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
11251137
"SsoSigningKeyAlias": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "S${so:SO}SigningKeyAlias", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
11261138
"SsoSigningKeyPassPhraseEncrypted": [

0 commit comments

Comments
 (0)