XBaith commented on code in PR #3345:
URL: https://github.com/apache/amoro/pull/3345#discussion_r1871344828


##########
charts/amoro/templates/amoro-configmap.yaml:
##########
@@ -52,6 +52,7 @@ data:
           bind-port: {{ .Values.server.optimizing.port }}
 
       http-server:
+        rest-auth-type: {{ .Values.amoroConf.ams.restAuthType }}

Review Comment:
   it is a config in AMS REST Serivce, so `rest-auth-type: {{ 
.Values.server.rest.restAuthType }}` is better option?



##########
charts/amoro/values.yaml:
##########
@@ -142,6 +142,7 @@ amoroConf:
   ams:
     adminUsername: admin
     adminPassword: admin
+    restAuthType: token

Review Comment:
   It should under `server.rest`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to