File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ The URL that provides the dedicated OpenID Server syntax group depends on the Op
74
74
If you encounter issues to be authorized, follow this advice:
75
75
* To debug the Liberty authorization mechanism when accessing Decision Center, choose one of the following options:
76
76
* Edit the Decision Center logging configmap of the current release by adding:
77
- ** com.ibm.ws.security.* =all: com .ibm.ws.webcontainer.security.* =all** to the Liberty logging.
77
+ ** com.ibm.ws.security.\ * =all: com .ibm.ws.webcontainer.security.\ * =all** to the Liberty logging.
78
78
* Create the ** my-dc-logging-configmap** Decision Center configmap using [ dc-logging.yaml] ( ./dc-logging.yaml ) with the command:
79
79
** kubectl apply -f dc-logging.xml**
80
80
and attach it to the Helm deployment using
81
81
** -set decisionCenter.loggingRef=my-dc-logging-configmap**
82
82
* To debug the Liberty authorization mechanism when accessing Decision Server Console, choose one of the following options:
83
83
* Edit the Decision Server Console logging configmap of the current release by adding:
84
- ** com.ibm.ws.security.* =all: com .ibm.ws.webcontainer.security.* =all** to the Liberty logging.
84
+ ** com.ibm.ws.security.\ * =all: com .ibm.ws.webcontainer.security.\ * =all** to the Liberty logging.
85
85
* Create the ** my-dsc-logging-configmap** Decision Server configmap using [ dsc-logging.yaml] ( ./dsc-logging.yaml ) with the command:
86
86
** kubectl apply -f dsc-logging.xml**
87
87
and attach it to the Helm deployment using
You can’t perform that action at this time.
0 commit comments