Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Engine API issue with HTTP_API enable #27

@fulvi0

Description

@fulvi0

Hi Folks,

I deployed the Bonite docker image, and I'm trying to use the Engine API, but I'm getting 404 error, and the issue persists even with security hardening on REST and HTTP APIs set

$ http POST http://localserver:8080/bonita/serverAPI
HTTP/1.1 404
Content-Length: 1135
Content-Type: text/html;charset=UTF-8

Printing ENV

$ oc rsh bonita-app-dev-33-xdw6g
# env | grep -i api
REST_API_DYN_AUTH_CHECKS=false
HTTP_API=true

Bonita service log

$ oc logs -f bonita-app-dev-33-xdw6g
+ BONITA_PATH=/opt/bonita
+ BONITA_TPL=/opt/templates
+ BONITA_FILES=/opt/files
+ ENSURE_DB_CHECK_AND_CREATION=true
+ JAVA_OPTS='-Xms1024m -Xmx1024m'
+ REST_API_DYN_AUTH_CHECKS=false
+ HTTP_API=true
+ CLUSTER_MODE=false
+ '[' -n '' ']'
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions