@@ -15,14 +15,14 @@ import yaml from 'js-yaml';
1515
1616const DOC_URL = "https://docs.verify.ibm.com/gateway/docs/" ;
1717
18- const SAMPLE_EMPTY_YAML = "version: 24.09 " ;
18+ const SAMPLE_EMPTY_YAML = "version: 25.03 " ;
1919
2020const SAMPLE_EMPTY = {
2121 "yaml" : SAMPLE_EMPTY_YAML ,
2222 "link" : "#"
2323}
2424
25- const SAML_AUTHZ_YAML = "version: \"24.09 \"\n" +
25+ const SAML_AUTHZ_YAML = "version: \"25.03 \"\n" +
2626 "#\n" +
2727 "# Configure an IAG container to proxy a single Web application, and define \n" +
2828 "# an authorization policy for the Web application. This configuration will \n" +
@@ -132,7 +132,7 @@ const SAMPLE_AUTHZ = {
132132 "link" : DOC_URL + "examples-authorization-yaml"
133133}
134134
135- const SAMPLE_BASIC_YAML = "version: \"24.09 \"\n" +
135+ const SAMPLE_BASIC_YAML = "version: \"25.03 \"\n" +
136136 "\n" +
137137 "#\n" +
138138 "# Configure an IAG container with a very basic configuration. This \n" +
@@ -191,7 +191,7 @@ const SAMPLE_BASIC = {
191191 "link" : DOC_URL + "examples-oidc-verify-yaml"
192192}
193193
194- const SAMPLE_ISVA_YAML = "version: \"24.09 \"\n" +
194+ const SAMPLE_ISVA_YAML = "version: \"25.03 \"\n" +
195195 "\n" +
196196 "#\n" +
197197 "# Configure an IAG container with a very basic configuration. This \n" +
@@ -257,7 +257,7 @@ const SAMPLE_ISVA = {
257257 "link" : DOC_URL + "examples-oidc-verify-access-yaml"
258258}
259259
260- const SAMPLE_CREDVIEWER_YAML = "version: \"24.09 \"\n" +
260+ const SAMPLE_CREDVIEWER_YAML = "version: \"25.03 \"\n" +
261261 "\n" +
262262 "#\n" +
263263 "# Configure an IAG container with a very basic configuration. This \n" +
@@ -330,7 +330,7 @@ const SAMPLE_CREDVIEWER = {
330330 "link" : DOC_URL + "examples-cred-viewer-yaml"
331331}
332332
333- const SAMPLE_LWP_YAML = "version: \"24.09 \"\n" +
333+ const SAMPLE_LWP_YAML = "version: \"25.03 \"\n" +
334334 "\n" +
335335 "#\n" +
336336 "# Configure an IAG container with a very basic configuration. This \n" +
@@ -397,7 +397,7 @@ const SAMPLE_LWP = {
397397 "link" : DOC_URL + "examples-local-webpages-yaml"
398398}
399399
400- const SAMPLE_RL_YAML = "version: \"24.09 \"\n" +
400+ const SAMPLE_RL_YAML = "version: \"25.03 \"\n" +
401401 "\n" +
402402 "#\n" +
403403 "# Configure an IAG container to proxy a single Web application. This \n" +
@@ -494,7 +494,7 @@ const SAMPLE_RL = {
494494 "link" : DOC_URL + "examples-rate-limiting-yaml"
495495} ;
496496
497- const SAMPLE_STDAPP_YAML = "version: \"24.09 \"\n" +
497+ const SAMPLE_STDAPP_YAML = "version: \"25.03 \"\n" +
498498 "\n" +
499499 "#\n" +
500500 "# Configure an IAG container to proxy a single Web application. This \n" +
@@ -563,7 +563,7 @@ const SAMPLE_STDAPP = {
563563 "link" : DOC_URL + "examples-standard-application-yaml"
564564} ;
565565
566- const SAMPLE_TRACING_YAML = "version: \"24.09 \"\n" +
566+ const SAMPLE_TRACING_YAML = "version: \"25.03 \"\n" +
567567 "\n" +
568568 "#\n" +
569569 "# Configure an IAG container to proxy a single Web application, and activate\n" +
@@ -647,7 +647,7 @@ const SAMPLE_TRACING = {
647647 "link" : DOC_URL + "examples-tracing-yaml"
648648} ;
649649
650- const SAMPLE_UNAUTH_YAML = "version: \"24.09 \"\n" +
650+ const SAMPLE_UNAUTH_YAML = "version: \"25.03 \"\n" +
651651 "\n" +
652652 "#\n" +
653653 "# Configure an IAG container to proxy a single Web application. Due to the\n" +
@@ -671,7 +671,7 @@ const SAMPLE_UNAUTH = {
671671 "link" : DOC_URL + "examples-unauth-application-yaml"
672672} ;
673673
674- const SAMPLE_ISV_2FA_YAML = "version: \"24.09 \"\n" +
674+ const SAMPLE_ISV_2FA_YAML = "version: \"25.03 \"\n" +
675675 "\n" +
676676 "#\n" +
677677 "# Configure an IAG container to proxy a single Web application, and define\n" +
@@ -756,7 +756,7 @@ const SAMPLE_ISV_2FA = {
756756 "link" : DOC_URL + "examples-2fa-verify-yaml"
757757} ;
758758
759- const SAMPLE_VH_YAML = "version: \"24.09 \"\n" +
759+ const SAMPLE_VH_YAML = "version: \"25.03 \"\n" +
760760 "\n" +
761761 "#\n" +
762762 "# Configure an IAG container to proxy a single virtual host Web application. \n" +
@@ -825,7 +825,7 @@ const SAMPLE_VH = {
825825 "link" : DOC_URL + "examples-virtualhost-application-yaml"
826826} ;
827827
828- const SAMPLE_HTTPTRAN_YAML = "version: \"24.09 \"\n" +
828+ const SAMPLE_HTTPTRAN_YAML = "version: \"25.03 \"\n" +
829829 "\n" +
830830 "#\n" +
831831 "# Configure an IAG container to proxy a single Web application. This \n" +
@@ -925,7 +925,7 @@ const SAMPLE_HTTPTRAN = {
925925 "link" : DOC_URL + "examples-transformation-yaml"
926926} ;
927927
928- const SAMPLE_OAUTH_ISVA_YAML = "version: \"24.09 \"\n" +
928+ const SAMPLE_OAUTH_ISVA_YAML = "version: \"25.03 \"\n" +
929929 "\n" +
930930 "#\n" +
931931 "# Configure an IAG container with a very basic configuration. This \n" +
@@ -981,7 +981,7 @@ const SAMPLE_OAUTH_ISVA = {
981981 "link" : DOC_URL + "examples-oauth-verify-access-yaml"
982982} ;
983983
984- const SAMPLE_OAUTH_ISV_YAML = "version: \"24.09 \"\n" +
984+ const SAMPLE_OAUTH_ISV_YAML = "version: \"25.03 \"\n" +
985985 "\n" +
986986 "#\n" +
987987 "# Configure an IAG container with a very basic configuration. This \n" +
0 commit comments