aseeflow.webadmin.base-path | String | webadmin | Base path for the UI, /api/config, and static assets. Leading/trailing slashes are normalized. Set to empty ("") only for WAR deployments where the container provides the context path. |
aseeflow.webadmin.authentication | String | basic | Authentication mode: basic, form, oauth2, or keycloak. Selects which security filter chains are active. |
aseeflow.webadmin.disable-rest-security | Boolean | false | When true, the starter leaves /engine-rest/** and /api/** unprotected. Use only for development or when REST is secured elsewhere. |
aseeflow.webadmin.show-swagger | Boolean | true | Toggles the Swagger entry in the UI navigation. Hides the link only; it does not remove the Swagger assets. |
aseeflow.webadmin.show-legacy-apps | Boolean | true | Toggles links to the legacy web apps (Cockpit, Tasklist, Admin) in the UI. |
aseeflow.webadmin.engine-rest-client-url | String | engine-rest | Client-side URL the browser uses for Engine REST calls. Relative (api/engine-rest), absolute same-origin (/engine-rest), or a full external URL. Set to the proxy path when the proxy is enabled. |
aseeflow.webadmin.engine-rest-proxy-enabled | Boolean | false | Enables the proxy controller under /{base-path}/api/engine-rest/**. Use when you need a same-origin REST endpoint (for example, OAuth2 token forwarding). |
aseeflow.webadmin.engine-rest-server-url | String | /engine-rest | Server-side URL the proxy forwards to. Must be an absolute path starting with / on the same server. |