-
Type:
Bug
-
Status: Verified (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 7.1.0.GA
-
Component/s: DMN, Kie-Server
-
Labels:None
-
Environment:
OCP 3.7.23
Template: https://github.com/gpe-mw-training/bxms_decision_mgmt_foundations_lab/blob/master/resources/rhdm7-full-ng.yaml
Template Usage Example: oc process rhdm7-full-ng -p APPLICATION_NAME=demo -p CLUSTER=apps.dev37.openshift.opentlc.com -p PROJECT=dm-dtf KIE_ADMIN_PWD=test1234! -p MAVEN_REPO_PASSWORD=test1234! | oc create -f -Access the kie-server current installation with this url: http://demo-kieserver-dm-dtf.apps.dev37.openshift.opentlc.com/docs/#/
If username/password is required for any operation use: adminUser/test1234!
OCP 3.7.23 Template: https://github.com/gpe-mw-training/bxms_decision_mgmt_foundations_lab/blob/master/resources/rhdm7-full-ng.yaml Template Usage Example: oc process rhdm7-full-ng -p APPLICATION_NAME=demo -p CLUSTER=apps.dev37.openshift.opentlc.com -p PROJECT=dm-dtf KIE_ADMIN_PWD=test1234! -p MAVEN_REPO_PASSWORD=test1234! | oc create -f - Access the kie-server current installation with this url: http://demo-kieserver-dm-dtf.apps.dev37.openshift.opentlc.com/docs/#/ If username/password is required for any operation use: adminUser/test1234!
-
Target Release:
-
Steps to Reproduce:
HTTP GET: http://demo-kieserver-dm-dtf.apps.dev37.openshift.opentlc.com/services/rest/server/containers/policy-price_1.0.0/dmn
giving username and password responds successfully:
But when using the alias instead of the id in the URL:
HTTP GET: http://demo-kieserver-dm-dtf.apps.dev37.openshift.opentlc.com/services/rest/server/containers/policy-price/dmn
We get a "404 - NOT FOUND" error