Skip to content

Commit 7c23ffe

Browse files
authored
Update README.md
1 parent 68923da commit 7c23ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

authentication/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ The URL that provides the dedicated OpenID Server syntax group depends on the Op
7474
If you encounter issues to be authorized, follow this advice:
7575
* To debug the Liberty authorization mechanism when accessing Decision Center, choose one of the following options:
7676
* 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.
7878
* Create the **my-dc-logging-configmap** Decision Center configmap using [dc-logging.yaml](./dc-logging.yaml) with the command:
7979
**kubectl apply -f dc-logging.xml**
8080
and attach it to the Helm deployment using
8181
**-set decisionCenter.loggingRef=my-dc-logging-configmap**
8282
* To debug the Liberty authorization mechanism when accessing Decision Server Console, choose one of the following options:
8383
* 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.
8585
* Create the **my-dsc-logging-configmap** Decision Server configmap using [dsc-logging.yaml](./dsc-logging.yaml) with the command:
8686
**kubectl apply -f dsc-logging.xml**
8787
and attach it to the Helm deployment using

0 commit comments

Comments
 (0)