You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| settings.app.features.configurationPanel.token | string |`nil`| If using existingSecret, set via key: CONFIGURATION_PANEL_TOKEN |
69
69
| settings.app.logLevel | string |`"INFO"`| TODO: what log levels are there? |
70
70
| settings.app.security | object |`{"cors":{"config":{"allowedHeaders":"","allowedMethods":"","allowedOrigins":""},"path":""},"endpoints":{"unsecured":""}}`| CORS configuration |
@@ -104,7 +104,6 @@ Kubernetes: `>=1.23.0`
104
104
| settings.services.payment.ogone.properties.configurations.belastingzaken.shaOutKey | string |`""`| If using existingSecret, set via key: NLPORTAL_CONFIG_PAYMENT_OGONE_PROPERTIES_CONFIGURATIONS_BELASTINGZAKEN_SHAOUTKEY |
105
105
| settings.services.payment.ogone.properties.shaOutParameters | string |`""`| If using existingSecret, set via key: NLPORTAL_CONFIG_PAYMENT_OGONE_PROPERTIES_SHAOUTPARAMETERS |
106
106
| settings.services.zakenapi.properties.secret | string |`""`| If using existingSecret, set via key: NLPORTAL_CONFIG_ZAKENAPI_PROPERTIES_SECRET |
107
-
| settings.services.zakenapi.properties.zaakdocumentenConfig.vertouwelijkheidsaanduidingWhitelist | string |`""`| DEPRECATED: misspelled alias of `vertrouwelijkheidsaanduidingWhitelist`, kept for backwards compatibility. Will be removed in a future major version. |
| settings.app.configPanelRestUrl| string |`""`|Set to the base URL of the backend REST API should the backend and frontend be running on different hosts without routing. |
47
-
| settings.oidc.clientApplicationName| string |`""`| Required: The name of the Spring Boot application whose configuration is being provided by this application. Example: nl-portal-app. |
| settings.app.clientApplicationName| string |`""`|Required: The name of the Spring Boot application whose configuration is being provided by this application. Example: nl-portal-app. |
51
+
| settings.app.configPanelRestApiUrl| string |`""`| Required: Set to the base URL of the backend REST API should the backend and frontend be running on different hosts without routing. |
48
52
| settings.oidc.clientId | string |`""`| Required: The Client ID of the client that will be used for the authentication flow at the OIDC Authority. |
49
53
| settings.oidc.postLogoutRedirectUrl | string |`""`| Required: The post logout target URL where the OIDC Authority should redirect the user. |
50
54
| settings.oidc.redirectUrl | string |`""`| Required: The post authentication target URL where the OIDC Authority should redirect the user. Should be set to the base URL of this application. |
0 commit comments