Skip to content

Commit db95de7

Browse files
committed
adding aliases for missing 14.1.2 attributes
1 parent 818717f commit db95de7

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,11 @@ pipeline {
119119
}
120120
}
121121
}
122+
post {
123+
failure {
124+
slackSend channel: '#wkt-build-failure-notifications',
125+
botUser: false, color: 'danger',
126+
message: "Build <${env.BUILD_URL}|${env.JOB_NAME}:${env.BUILD_NUMBER}> failed"
127+
}
128+
}
122129
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@
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" } ],
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": "online", "wlst_name": "AssertionSubjectSessionTimeoutCheckEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
10741075
"AuthnRequestMaxCacheSize": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AuthnRequestMaxCacheSize", "wlst_path": "WP001", "default_value": 10000, "wlst_type": "integer" } ],
10751076
"AuthnRequestTimeout": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AuthnRequestTimeout", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],
10761077
"BasicAuthPasswordEncrypted": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "BasicAuthPasswordEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "get_method": "GET" } ],
@@ -1107,7 +1108,9 @@
11071108
"ServiceProviderEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
11081109
"ServiceProviderPostBindingEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderP${ost:OST}BindingEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
11091110
"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": "online", "wlst_name": "ServiceProviderSingleLogoutBinding", "wlst_path": "WP001", "default_value": "HTTP/Redirect", "wlst_type": "string" } ],
11101112
"ServiceProviderSingleLogoutEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
1113+
"ServiceProviderSingleLogoutRedirectURIs": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "ServiceProviderSingleLogoutRedirectURIs", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "list" } ],
11111114
"SignAuthnRequests": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "SignAuthnRequests", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
11121115
"SsoSigningKeyAlias": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "S${so:SO}SigningKeyAlias", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
11131116
"SsoSigningKeyPassPhraseEncrypted": [

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@
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" } ],
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": "online", "wlst_name": "AssertionSubjectSessionTimeoutCheckEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
10841085
"AuthnRequestMaxCacheSize": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AuthnRequestMaxCacheSize", "wlst_path": "WP001", "default_value": 10000, "wlst_type": "integer" } ],
10851086
"AuthnRequestTimeout": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "AuthnRequestTimeout", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],
10861087
"BasicAuthPasswordEncrypted": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "BasicAuthPasswordEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "get_method": "GET" } ],
@@ -1117,7 +1118,9 @@
11171118
"ServiceProviderEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
11181119
"ServiceProviderPostBindingEnabled": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "ServiceProviderP${ost:OST}BindingEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
11191120
"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": "online", "wlst_name": "ServiceProviderSingleLogoutBinding", "wlst_path": "WP001", "default_value": "HTTP/Redirect", "wlst_type": "string" } ],
11201122
"ServiceProviderSingleLogoutEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ServiceProviderSingleLogoutEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
1123+
"ServiceProviderSingleLogoutRedirectURIs": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "ServiceProviderSingleLogoutRedirectURIs", "wlst_path": "WP001", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "list" } ],
11211124
"SignAuthnRequests": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "SignAuthnRequests", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
11221125
"SsoSigningKeyAlias": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "S${so:SO}SigningKeyAlias", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
11231126
"SsoSigningKeyPassPhraseEncrypted": [

0 commit comments

Comments
 (0)