OneCX Service Smart Redirect
Configuration
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
|---|---|---|
Regex matched against the incoming request host. Environment variable: |
string |
required |
Target proxy host (e.g. "new-host.example.com" or "new-host.example.com:8443"). Environment variable: |
string |
required |
Optional target protocol (e.g. "https"). Environment variable: |
string |
|
combined: host forwarding and path rewrite are applied in one flow. separate: host forwarding and path rewrite are evaluated independently. Environment variable: |
|
|
Redirect wait time in seconds. Environment variable: |
int |
|
Regex pattern tested against window.location.href (including fragment) in the browser. Environment variable: |
string |
required |
Replace-pattern to rewrite the URL. Use ($groupName) to reference named capture groups. Environment variable: |
string |
required |
File path to custom redirect template Environment variable: |
string |
|
Bundled redirect template name loaded from classpath templates. Example: Environment variable: |
string |
|
File path to custom fallback template Environment variable: |
string |
Default properties
src/main/resources/application.properties
tkit.security-dynamic-test.openapi.enabled=false
Extensions
Extensions List
Extensions |
Documentation |
Configuration |
Version |
|---|---|---|---|
quarkus-rest |
3.33.1 |
||
quarkus-rest-jackson |
3.33.1 |
||
tkit-quarkus-log-cdi |
5.1.0 |
||
tkit-quarkus-log-rs |
5.1.0 |
||
tkit-quarkus-log-json |
5.1.0 |
||
tkit-quarkus-rest |
5.1.0 |
||
tkit-quarkus-rest-context |
5.1.0 |
||
quarkus-smallrye-health |
3.33.1 |
||
quarkus-opentelemetry |
3.33.1 |
||
quarkus-micrometer-registry-prometheus |
3.33.1 |
||
tkit-quarkus-security |
5.1.0 |
||
onecx-core |
3.0.0 |
||
quarkus-arc |
3.33.1 |
||
quarkus-container-image-docker |
3.33.1 |
||
quarkus-qute |
3.33.1 |