diff --git a/charts/amoro/templates/amoro-configmap.yaml b/charts/amoro/templates/amoro-configmap.yaml index 24d3a6744b..bf06c40389 100644 --- a/charts/amoro/templates/amoro-configmap.yaml +++ b/charts/amoro/templates/amoro-configmap.yaml @@ -52,6 +52,7 @@ data: bind-port: {{ .Values.server.optimizing.port }} http-server: + rest-auth-type: {{ .Values.server.rest.restAuthType }} bind-port: {{ .Values.server.rest.port }} refresh-external-catalogs: diff --git a/charts/amoro/values.yaml b/charts/amoro/values.yaml index a7b937b8f4..bcb058565b 100644 --- a/charts/amoro/values.yaml +++ b/charts/amoro/values.yaml @@ -86,6 +86,7 @@ server: rest: enabled: true port: 1630 + restAuthType: token service: ## @param type Can set as "ClusterIP" or "NodePort". If set to "NodePort", @param nodePort below should set a value ##